bool SetPortIntensity(int portIndex, int intensity, string deviceName, string idValue)
Sets the port intensity level for a specified port. Trust Level Required: High
Parameters
| Name | Description |
| portIndex | Specifies the ID of the port to toggle. |
| intensity | The new intensity of the port, ranged from 0 to 255. |
| pacDevInd | The device index to request an operation on. |
| deviceName | The name of the device. |
Return
Returns true on success, false otherwise.