| UInt64 Oculus.Platform.Packet.SenderID |
|---|
No description available.
|
| ulong Oculus.Platform.Packet.Size |
|---|
No description available.
|
| 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.
|