write_u_short method

write_u_short

Writes a single unsigned short value to the stream.

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

See Also