Click or drag to resize

TcpConnectionToString Method

Returns TCP:[Address]:[PortNumber].

Namespace: Zebra.Sdk.Comm
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public override string ToString()

Return Value

String

Implements

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