This static method create SnmpVariable when a single Object Identifier is available.
This static method create SnmpVariable when a single Object Identifier is available.
public static SnmpVariable CreateSnmpVariable(string);
This static method create a SnmpVariable with a value and type associated with an Object Identifier.
public static SnmpVariable CreateSnmpVariable(string,object,SnmpVarType);
SnmpVariable Class | SnmpSource Namespace