Click or drag to resize

SnmpPrinterSetOidValue Method (String, String)

Sets the value of the specified oid to valueToSet.

Namespace:  Zebra.Sdk.Printer
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public void SetOidValue(
	string oid,
	string valueToSet
)

Parameters

oid
Type: SystemString
Object identifier.
valueToSet
Type: SystemString
The value to set the OID to.
Exceptions
ExceptionCondition
SnmpExceptionIf there was an exception communicating over SNMP
See Also