write method

write

Writes the specified data.

def write(self, data):
    ...
ParameterTypeDescription
databytesThe data to write.

write

Writes the specified data.

def write(self, data, offset, data_length):
    ...
ParameterTypeDescription
databytesThe data to write.
offsetintThe data offset.
data_lengthintLength of the data to writer.

See Also