write_u_long method
write_u_long
Writes a single unsigned integer value to the stream.
def write_u_long(self, data):
...
Parameter | Type | Description |
---|---|---|
data | int | The value to write. |
Writes a single unsigned integer value to the stream.
def write_u_long(self, data):
...
Parameter | Type | Description |
---|---|---|
data | int | The value to write. |