write_u_long_array method

write_u_long_array

Writes an array of unsigned integer values to the stream.

def write_u_long_array(self, data):
    ...
ParameterTypeDescription
datalistThe array to write.

See Also