write_u_byte method

write_u_byte

Writes a single byte value to the stream.

def write_u_byte(self, data):
    ...
ParameterTypeDescription
databyteThe value to write.

See Also