DiscoveredPrinter Constructor
|
Creates an object holding information about a discovered printer.
Namespace:
Zebra.Sdk.Printer.Discovery
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public DiscoveredPrinter(
string address
)
Public Sub New (
address As String
)
public:
DiscoveredPrinter(
String^ address
)
Parameters
- address
- Type: SystemString
MAC address, IP Address, or local name of printer.
See Also