|
DeviceManagerTGetDeviceByComPort Method |
Returns a device based on a predetermined serial COM port name.
Namespace: GLNeuroTech.Devices.CommonAssembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax public virtual T GetDeviceByComPort(
string comPort
)
Public Overridable Function GetDeviceByComPort (
comPort As String
) As T
public:
virtual T GetDeviceByComPort(
String^ comPort
)
abstract GetDeviceByComPort :
comPort : string -> 'T
override GetDeviceByComPort :
comPort : string -> 'T
Parameters
- comPort
- Type: SystemString
Return Value
Type:
TA device object of type
TImplements
IDeviceManagerTGetDeviceByComPort(String)See Also