writes a list_ of objects of the elementar data type type (where type is a struct-compatible type char) to stream.
For each item, this checks if the item is a ooxcb.protobj.Protobj. If it is, the object’s build method is called.
return a packed representation of the data data.
| Parameters: |
|
|---|---|
| Returns: | a string |
Return a packed representation of the data data. The only difference to make_array is that you pass the count of bytes per value to make_void_array, and all values are treated as unsigned.
| Parameter: | format – the count of bits to pack per value, one of 8, 16, 32. |
|---|