Click or drag to resize

SnmpPrinter(String) Constructor

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: 3.0.3271
Syntax
public SnmpPrinter(
	string address
)

Parameters

address  String
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