Partager via


PinValuePair(Int32, PinValue) Constructeur

Définition

Initialise une nouvelle instance du struct PinValuePair.

public PinValuePair(int pinNumber, System.Device.Gpio.PinValue pinValue);
new System.Device.Gpio.PinValuePair : int * System.Device.Gpio.PinValue -> System.Device.Gpio.PinValuePair
Public Sub New (pinNumber As Integer, pinValue As PinValue)

Paramètres

pinNumber
Int32

Numéro d’épingle.

pinValue
PinValue

Valeur d’épingle.

S’applique à