SnmpPrinterGetOidValue Method
|
Gets the value of the specified oid.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public string GetOidValue(
string oid
)
Public Function GetOidValue (
oid As String
) As String
public:
String^ GetOidValue(
String^ oid
)
Parameters
- oid String
- Object identifier.
Return Value
StringThe value of the OID.
Exceptions Exception | Condition |
---|
SnmpException | If there was an exception communicating over SNMP. |
See Also