AdapterBoardAPIGetAvailableAdapterBoardNames Method |
Gets a list of available adapter board configurations for the given
IOPort.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public List<string> GetAvailableAdapterBoardNames(
IOPort port
)
Parameters
- port IOPort
- The port selector.
Return Value
ListStringA list of the adapter configuration names which are valid for the given
port.
These names may be used in calls to SetConfigByName(IOPort, String).
See Also