Click or drag to resize

TcpConnectionToString Method

Returns TCP:[Address]:[PortNumber].

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
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