AdapterBoardAPISupportsAutoConfiguration Method |
Indicates if an adapter card connected to the given IO-port supports auto-configuration.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public bool SupportsAutoConfiguration(
IOPort port
)
Parameters
- port IOPort
- Port of the adapter.
Return Value
Booleantrue if an adapter is connected and supports auto-configuration,
false otherwise.
Remarks
This will return true if an adapter board is connected to the given port that
has an eeprom attached.
See Also