Click or drag to resize

DiscoveredPrinterNetwork(String, Int32) Constructor

Returns an instance of a DiscoveredPrinterNetwork with address and port.

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

Parameters

address  String
The address of the discovered network printer
port  Int32
The active raw port of the discovered network printer
See Also