put
Insert a single Boolean into the buffer
Parameters
true or false
Insert a single Byte into the buffer
Insert a single Short into the buffer.
Insert a single Int into the buffer.
Insert a single Long into the buffer.
Insert a single UByte into the buffer
Insert a single UShort into the buffer.
Insert a single UInt into the buffer.
Insert a single ULong into the buffer.
Insert a single Float into the buffer.
Insert a single Double into the buffer.
Insert a single String into the buffer.
Adds a ByteArray into the message as a Blob.
Return
position in buffer as the start of byte array
Parameters
byte array
Adds a IntArray into the message as a typed vector of fixed size.
Return
position in buffer as the start of byte array
Parameters
Adds a ShortArray into the message as a typed vector of fixed size.
Return
position in buffer as the start of byte array
Parameters
Adds a LongArray into the message as a typed vector of fixed size.
Return
position in buffer as the start of byte array
Parameters
Adds a FloatArray into the message as a typed vector of fixed size.
Return
position in buffer as the start of byte array
Parameters
Adds a DoubleArray into the message as a typed vector of fixed size.
Return
position in buffer as the start of byte array
Parameters
Adds a UByteArray into the message as a typed vector of fixed size.
Return
position in buffer as the start of byte array
Parameters
Adds a UShortArray into the message as a typed vector of fixed size.
Return
position in buffer as the start of byte array
Parameters
Adds a UIntArray into the message as a typed vector of fixed size.
Return
position in buffer as the start of byte array
Parameters
Adds a ULongArray into the message as a typed vector of fixed size.
Return
position in buffer as the start of byte array