Click or drag to resize

DiscoveredPrinterNetwork Constructor (String, Int32)

Returns an instance of a DiscoveredPrinterNetwork with address and port.

Namespace:  Zebra.Sdk.Printer.Discovery
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public DiscoveredPrinterNetwork(
	string address,
	int port
)

Parameters

address
Type: SystemString
The address of the discovered network printer
port
Type: SystemInt32
The active raw port of the discovered network printer
See Also