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