Click or drag to resize

AdapterBoardAPIEnabled Method

Indicates if an adapter card is enabled on the given IO-port.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public bool Enabled(
	IOPort port
)

Parameters

port  IOPort
Port of the adapter.

Return Value

Boolean
true if an adapter is enabled, false otherwise.
Remarks
This indicates either that a connected adapter board is automatically enabled because it supports SupportsAutoConfiguration(IOPort) or a connected adapter board is manually enabled using Enable(IOPort, Boolean).
See Also