Uses of Class
com.zebra.sdk.printer.SnmpException
Packages that use SnmpException
Package
Description
Provides implementation for Zebra branded printer functionality.
-
Uses of SnmpException in com.zebra.sdk.printer
Methods in com.zebra.sdk.printer that throw SnmpExceptionModifier and TypeMethodDescriptionSnmpPrinter.getOidValue(String oid) Gets the value of the specifiedoid.voidSnmpPrinter.setOidValue(String oid, int valueToSet) Sets the value of the specifiedoidtovalueToSet.voidSnmpPrinter.setOidValue(String oid, String valueToSet) Sets the value of the specifiedoidtovalueToSet.Constructors in com.zebra.sdk.printer that throw SnmpExceptionModifierConstructorDescriptionSnmpPrinter(String address) Creates an instance of a Zebra printer which is limited to only SNMP operations.SnmpPrinter(String address, String getCommunityName, String setCommunityName) Creates an instance of a Zebra printer, with the given community names, which is limited to only SNMP operations.