Click or drag to resize
DeviceManagerTGetDeviceByTcpAddress Method
Returns the device connected at the specified hostname and port

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public virtual T GetDeviceByTcpAddress(
	string hostname,
	int port
)

Parameters

hostname
Type: SystemString
The address of the device.
port
Type: SystemInt32
The port on which the device is listening

Return Value

Type: T
A reference to the device.
Remarks
This method is currently used only for internal testing and should not be used in an application.
See Also