Click or drag to resize

GpioConfig.Ports Property

Container that contains PortConfig for all supported IOPort.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.7.1
Syntax
C#
public SortedDictionary<IOPort, PortConfig> Ports { get; }

Property Value

SortedDictionary<IOPort, PortConfig>
See Also