Click or drag to resize

TcpConnectionToString Method

Returns TCP:[Address]:[PortNumber].

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public override string ToString()

Return Value

Type: String

Implements

ConnectionToString
Remarks
The address and port number are the parameters which were passed into the constructor.
See Also