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.14.1989
Syntaxpublic 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