« Back to Product

Documentation

XBee_SendCommand

 boolean XBee_SendCommand (int $InstanceID, string $Command) 

Parameters

InstanceID

ID of the device to be modified

Command

Command to be sent

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Sends the command Command to the XBee splitter with the ID InstanceID.

Example

XBee_SendCommand(12345, "Any CommandString");
Any questions?