BuildReportAnalogPinRequest(System.Int32,System.Boolean) Method
Generates a byte array containing the encoded data that represents a request to change the monitoring state of an analog pin.
Parameters
Name | Description |
pinNumber | The analog pin monitoring state to change. |
enable | Flag indicating the desired monitoring status of the pin. Use true to enable reporting and false to disable it. |
Returns
The encoded message.
Exceptions
Remarks
Examples
See Also