write_as_binary method

write_as_binary

Writes/exports the command as binary mode

def write_as_binary(self, writer):
    ...
ParameterTypeDescription
writerIBinaryWriterThe writer to write the binary content to.

See Also