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