Skip to main content
API Reference NianticSpatial.NSDK.AR.XRSubsystems

XRVps2LocalizationRequestRecord

Diagnostic information about a VPS2 network request.

Declaration

public struct XRVps2LocalizationRequestRecord : ValueType

Fields

NameTypeSummary
EndTimeMsulong
Time that the response was received, in milliseconds. It is only comparable
to StartTimeMs.
ErrorCodeVps2LocalizationError
Error code, if any
FrameIdulong
Id of the frame containing data sent in the request, if available.
RequestIdGuid
Unique request identifier
RequestTypeVps2LocalizationRequestType
Type of request sent
StartTimeMsulong
Time that the request was sent, in milliseconds. It is only comparable
to EndTimeMs.
StatusVps2LocalizationRequestStatus
Request status

Methods

NameTypeSummary
ToStringstring
-