PinValuePair(Int32, PinValue) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.