Class XrEventDataColocationDiscoveryResultMETA

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrEventDataColocationDiscoveryResultMETA>
org.lwjgl.openxr.XrEventDataColocationDiscoveryResultMETA
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrEventDataColocationDiscoveryResultMETA extends org.lwjgl.system.Struct<XrEventDataColocationDiscoveryResultMETA> implements org.lwjgl.system.NativeResource
Colocation discovery result.
Description

advertisementUuid and buffer are both considered the payload of colocated advertisements. The value of advertisementUuid matches the value returned in XrEventDataStartColocationAdvertisementCompleteMETA::advertisementUuid on the advertising device.

Valid Usage (Implicit)
See Also

XrUuid, StartColocationDiscoveryMETA

Layout


 struct XrEventDataColocationDiscoveryResultMETA {
     XrStructureType type();
     void const * next();
     XrAsyncRequestIdFB discoveryRequestId();
     XrUuid advertisementUuid();
     uint32_t bufferSize();
     uint8_t buffer()[XR_MAX_COLOCATION_DISCOVERY_BUFFER_SIZE_META];
 }