Click or drag to resize

MultichannelTcpConnection Constructor (DiscoveredPrinter)

Initializes a new instance of the MultichannelTcpConnection class.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax
public MultichannelTcpConnection(
	DiscoveredPrinter discoveredPrinter
)

Parameters

discoveredPrinter
Type: Zebra.Sdk.Printer.DiscoveryDiscoveredPrinter
The discovered printer.
Remarks
This constructor will use the default timeouts for Read. The default timeout is a maximum of 5 seconds for any data to be received. If no more data is available after 500 milliseconds the read operation is assumed to be complete.
To specify timeouts other than the defaults, use:
MultichannelTcpConnection(DiscoveredPrinter, Int32, Int32) or MultichannelTcpConnection(DiscoveredPrinter, Int32, Int32, Int32, Int32)
See Also