boolean XBee_SendCommand (int $InstanceID, string $Command)
InstanceID | ID of the device to be modified |
Command | Command to be sent |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sends the command Command to the XBee splitter with the ID InstanceID.
XBee_SendCommand(12345, "Any CommandString");