struct XRPersistentAnchorNetworkRequestStatus
(Niantic.Lightship.AR.XRSubsystems.XRPersistentAnchorNetworkRequestStatus)
Overview
Diagnostic information about a persistent anchor network request
struct XRPersistentAnchorNetworkRequestStatus {
// fields
Guid RequestId;
RequestStatus Status;
RequestType Type;
ErrorCode Error;
ulong StartTimeMs;
ulong EndTimeMs;
UInt64 FrameId;
};
Detailed Documentation
Diagnostic information about a persistent anchor network request
Fields
RequestId
Guid RequestId
Id of the request
Status
RequestStatus Status
Status of the request
Type
RequestType Type
Type of request sent
Error
ErrorCode Error
Error code of the request, if any
StartTimeMs
ulong StartTimeMs
Time in ms that the request was sent Only comparable to EndTimeMs
EndTimeMs
ulong EndTimeMs
Time in ms that the response was received Only comparable to StartTimeMs
FrameId
UInt64 FrameId
Frame Id corresponding to frame sent in NetworkRequest, if available