API reference
API reference
Select your platform
No SDKs available
No versions available

Packet Class

Oculus::Platform::Packet extends IDisposable.

Overview

Properties

UInt64
ulong
Size[Get]

Public Member Functions

Packet
( IntPtr packetHandle )
ulong
ReadBytes
( byte [] destination )
void
Dispose ( )

Details

Properties

UInt64 Oculus.Platform.Packet.SenderID
No description available.
ulong Oculus.Platform.Packet.Size
No description available.

Member Functions

Oculus.Platform.Packet.Packet
( IntPtr packetHandle )
No description available.
ulong Oculus.Platform.Packet.ReadBytes
( byte [] destination )
Copies all the bytes in the payload into byte[] destination. ex: Package package ... byte[] destination = new byte[package.Size]; package.ReadBytes(destination);
void Oculus.Platform.Packet.Dispose ( )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon