PinValueChangedEventArgs(PinEventTypes, Int32) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la 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)
Paramètres
- changeType
- PinEventTypes
Type de modification qui a déclenché l’événement.
- pinNumber
- Int32
Numéro de code pin qui a déclenché l’événement.