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.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public 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 String
- The IP Address or DNS Hostname.
- getCommunityName String
- SNMP get community name.
- setCommunityName String
- SNMP set community name.
Exceptions Exception | Condition |
---|
SnmpException | If there was an exception communicating over SNMP. |
See Also