|
IDeviceManagerTGetDeviceByComPort Method |
Returns a reference to the device at the specified COM port.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax T GetDeviceByComPort(
string comPort
)
Function GetDeviceByComPort (
comPort As String
) As T
T GetDeviceByComPort(
String^ comPort
)
abstract GetDeviceByComPort :
comPort : string -> 'T
Parameters
- comPort
- Type: SystemString
The name of the COM port, e.g. "COM1"
Return Value
Type:
TSee Also