RawCommandAdd(UInt16, Int32, Int32, Boolean) Method |
Adds one array at the end of the
Payload Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.9.0
Syntaxpublic void Add(
ushort[] val,
int start,
int count,
bool resizeBuffer = true
)
Parameters
- val UInt16
- Array to add
- start Int32
- Start position inside the array.
- count Int32
- Number of values to add from the array.
- resizeBuffer Boolean (Optional)
-
When set to true the size of Payload array is checked and Payload gets resized if there is not enough space.
When set to false there is no such check and an exception is thrown if there is not enough space.
See Also