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