write_u_short_array method
write_u_short_array
Writes an array of unsigned short values to the stream.
def write_u_short_array(self, data):
...
| Parameter | Type | Description |
|---|---|---|
| data | list | The array to write. |
Writes an array of unsigned short values to the stream.
def write_u_short_array(self, data):
...
| Parameter | Type | Description |
|---|---|---|
| data | list | The array to write. |