Overload List
| Name | Description | |
|---|---|---|
| Payload()()()() | Creates an empty payload and does not allocate a byte array. | |
| Payload(array<Byte>[]()[][]) | Creates a new payload with the the given array as data.
A reference to the passed-in array is held, i. e. no
copy is made.
| |
| Payload(array<Byte>[]()[][], Int32, Int32) | Creates a new payload with the the given array as data.
A reference to the passed-in array is held, i. e. no
copy is made.
|