[Top]
ADT
ADT.struct
|
Method ADT.struct()->put_var_string()
- Method
put_var_string
void put_var_string(string s, int(0..) len_width)
- Description
Appends a variable string s preceded with an unsigned integer
of the size len_width declaring the length of the string. The
string s should be 8 bits wide.
|