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: 3.0.3271
Syntax
public string GetOidValue(
	string oid
)

Parameters

oid  String
Object identifier.

Return Value

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