Click or drag to resize

AdapterBoardConfigPortConfigCollection Property

The definitions for all available IOPorts and their corresponding PortConfigs.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public GpioConfig PortConfigCollection { get; set; }

Property Value

GpioConfig
Remarks

Adapter boards can be physically connected to one of several possible ports. This property contains all possible ports and their correspondig PortConfigs.

The PortConfig with the IOPort matching the physical port will be applied.

See Also