Click or drag to resize

AdapterBoardAPIGetCurrentAdapterBoardName Method

Gets the name of the adapter board config of the adapter on a given IOPort.

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

Parameters

port  IOPort
The port selector.

Return Value

String

[Missing <returns> documentation for "M:RAYLASE.SPICE3.ClientLib.AdapterBoardAPI.GetCurrentAdapterBoardName(RAYLASE.SPICE3.IOPort)"]

Remarks
Note that this returns Unknown if the name is not known or Not Existent if there is currently no config available for this port.
See Also