Click or drag to resize

AdapterBoardAPISupportsAutoConfiguration Method

Indicates if an adapter card connected to the given IO-port supports auto-configuration.

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

Parameters

port  IOPort
Port of the adapter.

Return Value

Boolean
true if an adapter is connected and supports auto-configuration, false otherwise.
Remarks
This will return true if an adapter board is connected to the given port that has an eeprom attached.
See Also