bool SetPortIntensities(int[] intensities, string deviceName, string idValue)
Sets port intensity levels for multiple ports. Trust Level Required: High
Parameters
| Name | Description |
| intensities | An int array specifying intensity (from 0 to 255) for up to 64 ports, lowest port number first. |
| pacDevInd | The device index to request an operation on. |
| deviceName | The name of the device. |
Return
Returns true on success, false otherwise.