◆ Packet()
Oculus.Platform.Packet.Packet |
( |
IntPtr |
packetHandle | ) |
|
◆ Dispose()
void Oculus.Platform.Packet.Dispose |
( |
| ) |
|
◆ ReadBytes()
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);
◆ Policy
◆ SenderID
UInt64 Oculus.Platform.Packet.SenderID |
|
get |
◆ Size
ulong Oculus.Platform.Packet.Size |
|
get |
The documentation for this class was generated from the following file: