PinValueChangedEventArgs(PinEventTypes, Int32) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe PinValueChangedEventArgs.
public PinValueChangedEventArgs (System.Device.Gpio.PinEventTypes changeType, int pinNumber);
new System.Device.Gpio.PinValueChangedEventArgs : System.Device.Gpio.PinEventTypes * int -> System.Device.Gpio.PinValueChangedEventArgs
Public Sub New (changeType As PinEventTypes, pinNumber As Integer)
Parâmetros
- changeType
- PinEventTypes
O tipo de alteração que disparou o evento.
- pinNumber
- Int32
O número do pino que disparou o evento.