Click or drag to resize

AdapterBoardAPIGetConfig Method

Gets the configuration for the specified adapter board.

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

Parameters

port  IOPort
The port selector.

Return Value

AdapterBoardConfig
The configuration.
See Also