RequiredBuffer

Required buffers must be both sent and received

Constructors

this
this(ValueType val)

Create a Buffer

Alias This

opGet

Members

Functions

deserialize
void deserialize(long msgdata, ubyte[] data)

Deserialize data into a buffer

opGet
ValueType opGet()
Undocumented in source. Be warned that the author may not have intended to support it.
opGet
deprecated ValueType opGet()
Undocumented in source. Be warned that the author may not have intended to support it.
serialize
ubyte[] serialize()

Serialize the buffer

Parameters

id

The numeric ID for the message

TypeString

The encoding type of the data

RealType

The type the data is stored as internally

isDeprecated

Deprecates the accessors if true

Meta