Generic Device Driver
Defining Serial Commands ("Property/Command sequence")

When changing the current value of a property, the device driver not only sends a serial command, but an entire commands sequence. The value assignment is considered complete only if all commands of the sequence were correctly performed. A serial command is repeated until the maximum number of retries is reached.

The list corresponds to the sent command sequence. Each line represents a single command. The commands are sent in the order listed. Each command is composed of the following seven entries:

For an overview, refer to  The Generic Device Driver.