Click or drag to resize

AdapterBoardAPIGetAvailableAdapterBoardNames Method

Gets a list of available adapter board configurations for the given IOPort.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public List<string> GetAvailableAdapterBoardNames(
	IOPort port
)

Parameters

port  IOPort
The port selector.

Return Value

ListString
A list of the adapter configuration names which are valid for the given port.

These names may be used in calls to SetConfigByName(IOPort, String).

See Also