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