write_u_long method

write_u_long

Writes a single unsigned integer value to the stream.

def write_u_long(self, data):
    ...
ParameterTypeDescription
dataintThe value to write.

See Also