boolean OW_WriteBytes (int $InstanceID, string $Data)
InstanceID | ID of the device to be switched |
Data | Sequence of bytes to be sent |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sets a sequence of bytes (Data) from all pins of the device with the ID InstanceID.
Only pins defined as the output are described!
OW_WriteBytes(12345, Chr(0).Chr(1)); //Send sequence