Click or drag to resize

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
)

Parameters

oid
Type: SystemString
Object identifier.

Return Value

Type: String
The value of the OID.
Exceptions
ExceptionCondition
SnmpExceptionIf there was an exception communicating over SNMP.
See Also