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