Click or drag to resize

SnmpPrinter(String, String, String) Constructor

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

Parameters

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