bool ExecuteCommand(int commandCode, int parameterCode, int[] data, string deviceName = null)
Instructs the device to perform certain functions. Trust Level Required: High
Parameters
Name | Description |
commandCode | The command code integer. |
parameterCode | The parameter code integer. |
data | The data to pass to the device. |
deviceName | The name of the device. |
Return
True on success.