次の方法で共有


PinValuePair(Int32, PinValue) コンストラクター

定義

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)

パラメーター

pinNumber
Int32

ピン番号。

pinValue
PinValue

ピン値。

適用対象