Edit

Share via


PinValuePair(Int32, PinValue) Constructor

Definition

Initializes a new instance of the PinValuePair struct.

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)

Parameters

pinNumber
Int32

The pin number.

pinValue
PinValue

The pin value.

Applies to