boolean XBee_SendBuffer (int $InstanceID, int $TargetDevice, string $Buffer)
InstanceID | ID of the device to query |
TargetDevice | ID of the target device |
Buffer | Data buffer to be sent |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sends the DataString Buffer to the target device TargetDevice and the XBee gateway with the ID InstanceID.
XBee_SendBuffer(12345, 2, "Any DataString");