Sdílet prostřednictvím


PinValuePair(Int32, PinValue) Konstruktor

Definice

Inicializuje novou instanci PinValuePair struktury.

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)

Parametry

pinNumber
Int32

Číslo špendlíku.

pinValue
PinValue

Hodnota připnutí.

Platí pro