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
Syntaxpublic SnmpPrinter(
	string address,
	string getCommunityName,
	string setCommunityName
)
Public Sub New ( 
	address As String,
	getCommunityName As String,
	setCommunityName As String
)
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| Exception | Condition | 
|---|
| SnmpException | If there was an exception communicating over SNMP. | 
See Also