Documentation
DMX_RequestInfo
boolean DMX_RequestInfo (int $InstanceID)
Parameters
InstanceID | ID of the DMX splitter instance |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Queries the information of the DMX instance with the ID InstanceID.
Example
// Request information from instance 12345.
DMX_RequestInfo(12345);