Click or drag to resize

AdapterBoardAPIConnected Method

Note: This API is now obsolete.

Indicates if an adapter card is connected to the given IO-port that supports SupportsAutoConfiguration(IOPort).

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
[ObsoleteAttribute("This method has been deprecated. Use SupportsAutoConfiguration instead.", 
	false)]
public bool Connected(
	IOPort port
)

Parameters

port  IOPort
Port of the adapter.

Return Value

Boolean
true if an adapter is connected, false otherwise.
See Also