Click or drag to resize

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
)

Parameters

address
Type: SystemString
The IP Address or DNS Hostname.
Exceptions
ExceptionCondition
SnmpExceptionIf there was an exception communicating over SNMP.
Remarks
The SNMP get and set community names default to "public". If you wish to use other community names, use SnmpPrinter(String, String, String).
See Also