AdapterBoardAPIValid Method |
Indicates if an adapter card is valid on the given IO-port.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public bool Valid(
IOPort port
)
Parameters
- port IOPort
- Port of the adapter.
Return Value
Booleantrue if an adapter is programmed,
false otherwise.
Remarks
Note that this will return true if
See Also