Documentation
DMX_ResetInterface
boolean DMX_ResetInterface (int $InstanceID)
Parameters
InstanceID | ID of DMX I/O Instance |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Sets the DMX interface back with the ID InstanceID. It is recommended that in case of problems, create a script with this command and declare it as startup script.
Example
//Reset interface
DMXI_ResetInterface(12345);