Click or drag to resize

AdapterBoardConfigPort Property

IOPort this adapter board has to be connected to.

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

Property Value

IOPort
Remarks
If the adapter is connected to a different IOPort then the adapter board will refuse to work. Every adapter board supports only one specific IOPort. This can not be changed.
See Also