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

Packet Class

Extends IDisposable

Properties

UInt64 SenderID[Get]
ulong Size[Get]

Member Functions

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