Click or drag to resize

SnmpPrinterSetOidValue(String, Int32) 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,
	int valueToSet
)

Parameters

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