AdapterBoardAPIEnable Method |
Enables on the given IO-port.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax 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 See Also