Click or drag to resize

AdapterBoardAPIValid Method

Indicates if an adapter card is valid 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 Valid(
	IOPort port
)

Parameters

port  IOPort
Port of the adapter.

Return Value

Boolean
true if an adapter is programmed, false otherwise.
Remarks
Note that this will return true if
See Also