SnmpPrinterSetOidValue Method (String, Int32)
|
Sets the value of the specified oid to valueToSet.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
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
- Type: SystemString
Object identifier. - valueToSet
- Type: SystemInt32
The value to set the OID to.
Exceptions Exception | Condition |
---|
SnmpException | If there was an exception communicating over SNMP |
See Also