Click or drag to resize

AdapterBoardAPIEnable Method

Enables on the given IO-port.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void Enable(
	IOPort port,
	bool enable
)

Parameters

port  IOPort
Port of the adapter.
enable  Boolean
true to enabled an adapter on the given port, false otherwise.
Remarks
This is necessary for adapter boards that don't support SupportsAutoConfiguration(IOPort).
See Also