com.onlineobject.objectnet Namespace
com.onlineobject.objectnet.server Namespace

EmbeddedMessage..::..Add Method

Overload List


  Name Description
Public method Add(Byte)
Adds a single [byte] to the message.
Public method Add(SByte)
Adds a single [sbyte] to the message.
Public method Add(Boolean)
Adds a [bool] to the message.
Public method Add(Int16)
Adds a [short] to the message.
Public method Add(UInt16)
Adds a [ushort] to the message.
Public method Add(Int32)
Adds an [int] to the message.
Public method Add(UInt32)
Adds a [uint] to the message.
Public method Add(Int64)
Adds a [long] to the message.
Public method Add(UInt64)
Adds a [ulong] to the message.
Public method Add(Single)
Adds a [float] to the message.
Public method Add(Double)
Adds a [double] to the message.
Public method Add(String)
Adds a [string] to the message.
Public method Add<(Of <<'(T>)>>)(T)
Public method Add(array<Byte>[]()[][], Boolean)
Adds a [byte] array to the message.
Public method Add(array<SByte>[]()[][], Boolean)
Adds an [sbyte] array to the message.
Public method Add(array<Boolean>[]()[][], Boolean)
Adds a [bool] array to the message.
Public method Add(array<Int16>[]()[][], Boolean)
Adds a [short] array to the message.
Public method Add(array<UInt16>[]()[][], Boolean)
Adds a [ushort] array to the message.
Public method Add(array<Int32>[]()[][], Boolean)
Adds an [int] array message.
Public method Add(array<UInt32>[]()[][], Boolean)
Adds a [uint] array to the message.
Public method Add(array<Int64>[]()[][], Boolean)
Adds a [long] array to the message.
Public method Add(array<UInt64>[]()[][], Boolean)
Adds a [ulong] array to the message.
Public method Add(array<Single>[]()[][], Boolean)
Adds a [float] array to the message.
Public method Add(array<Double>[]()[][], Boolean)
Adds a [double] array to the message.
Public method Add(array<String>[]()[][], Boolean)
Adds a [string] array to the message.
Public method Add<(Of <<'(T>)>>)(array<T>[]()[][], Boolean)