SnmpPrinter Constructor (String)
|
Creates an instance of a Zebra printer which is limited to only SNMP operations.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public SnmpPrinter(
string address
)
Public Sub New (
address As String
)
public:
SnmpPrinter(
String^ address
)
Parameters
- address
- Type: SystemString
The IP Address or DNS Hostname.
Exceptions Exception | Condition |
---|
SnmpException | If there was an exception communicating over SNMP. |
Remarks See Also