RepeatedBuffer.deserialize

Deserialize data into a buffer

Received data is appended to the array.

If the buffer is marked as packed, then it will attempt to parse the data as a packed buffer. Otherwise, it unpacks an individual element.

struct RepeatedBuffer(ulong id, string TypeString, RealType, bool isDeprecated = false, bool packed = false)
void
deserialize
(
long msgdata
,
ref ubyte[] data
)

Parameters

msgdata long

The message's ID and type

data ubyte[]

The data to decode

Meta