write_s_byte method

write_s_byte

Writes a single signed byte value to the stream.

def write_s_byte(self, data):
    ...
ParameterTypeDescription
datasbyteThe value to write.

See Also