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.15.2634
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