Click or drag to resize

SnmpPrinter Constructor (String, String, String)

Creates an instance of a Zebra printer, with the given community names, 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,
	string getCommunityName,
	string setCommunityName
)

Parameters

address
Type: SystemString
The IP Address or DNS Hostname.
getCommunityName
Type: SystemString
SNMP get community name.
setCommunityName
Type: SystemString
SNMP set community name.
Exceptions
ExceptionCondition
SnmpExceptionIf there was an exception communicating over SNMP.
See Also