delete_data method

delete_data

Remove a range of 16-bit units from the node.

def delete_data(self, offset, count):
    ...
ParameterTypeDescription
offsetintThe offset.
countintThe count.

See Also