Click or drag to resize

AdapterBoardAPISetConfig Method

Sets the configuration on the specified adapter board.

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

Parameters

port  IOPort
The port selector.
config  AdapterBoardConfig
The configuration.
See Also