SnmpPrinterSetOidValue(String, Int32) Method
|
Sets the value of the specified oid to valueToSet.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public void SetOidValue(
string oid,
int valueToSet
)
Public Sub SetOidValue (
oid As String,
valueToSet As Integer
)
public:
void SetOidValue(
String^ oid,
int valueToSet
)
Parameters
- oid String
- Object identifier.
- valueToSet Int32
- The value to set the OID to.
Exceptions Exception | Condition |
---|
SnmpException | If there was an exception communicating over SNMP |
See Also