|
DeviceManagerTGetDeviceByTcpAddress Method |
Returns the device connected at the specified hostname and port
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 GetDeviceByTcpAddress(
string hostname,
int port
)
Public Overridable Function GetDeviceByTcpAddress (
hostname As String,
port As Integer
) As T
public:
virtual T GetDeviceByTcpAddress(
String^ hostname,
int port
)
abstract GetDeviceByTcpAddress :
hostname : string *
port : int -> 'T
override GetDeviceByTcpAddress :
hostname : string *
port : int -> 'T
Parameters
- hostname
- Type: SystemString
The address of the device. - port
- Type: SystemInt32
The port on which the device is listening
Return Value
Type:
TA reference to the device.
Remarks This method is currently used only for internal testing and should not be used in an application.
See Also