Click or drag to resize

SnmpPrinterSetOidValue(String, String) Method

Sets the value of the specified oid to valueToSet.

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

Parameters

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