OptionalBuffer.deserialize

Deserialize data into a buffer

This marks the buffer as being set.

struct OptionalBuffer(ulong id, string TypeString, RealType, bool isDeprecated = false, alias defaultValue = RealType.init)
void
deserialize
(
long msgdata
,
ref ubyte[] data
)

Parameters

msgdata long

The message's ID and type

data ubyte[]

The data to decode

Meta