Click or drag to resize

AdapterBoardConfigPort Property

The IOPort associated with to the Config. Note: It's a short-cut to the first element in PortConfigCollection

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

Property Value

IOPort
Remarks

Adapter boards can be physically connected to one of several possible ports. The ports and their correspondig PortConfig are managed by PortConfigCollection.

This property is short-cut to PortConfigCollection and references the first element. It is maintained for backwards-compatibility.

See Also