Constructor AnalogInputReceivedEventArgs
AnalogInputReceivedEventArgs(int, int)
Initializes a new instance of the AnalogInputReceivedEventArgs class using the pin number and analog value received in the analog input message.
public AnalogInputReceivedEventArgs(int pin, int value)