DiscoveredPrinterNetwork(String, Int32) Constructor
|
Returns an instance of a DiscoveredPrinterNetwork with address and port.
Namespace: Zebra.Sdk.Printer.DiscoveryAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public DiscoveredPrinterNetwork(
string address,
int port
)
Public Sub New (
address As String,
port As Integer
)
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