Method SSL.Buffer()->add_int_array()
- Method
add_int_array
this_program
add_int_array(array
(int
)data
,int(8bit)
item_size
,int(0..)
len
)- Description
Appends an array of unsigned integers of width
item_size
to the buffer, preceded with an unsigned integerlen
declaring the size of the array in bytes.