PinValuePair Struct

Definition

Simple wrapper for a pin/value pair.

public readonly struct PinValuePair
type PinValuePair = struct
Public Structure PinValuePair
Inheritance
PinValuePair

Constructors

PinValuePair(Int32, PinValue)

Initializes a new instance of the PinValuePair struct.

Properties

PinNumber

The pin number.

PinValue

The pin value.

Methods

Deconstruct(Int32, PinValue)

Deconstructor for convenience. Allows using as a "return Tuple".

Applies to