[Top]
ADT
ADT.struct
|
Method ADT.struct()->put_var_uint_array()
- Method
put_var_uint_array
void put_var_uint_array(array(int) data, int(0..) item_size, int(0..) len)
- Description
Appends an array of unsigned integers of width item_size
to the buffer, preceded with an unsigned integer len declaring
the size of the array.
|