SnmpSource Help

SnmpVariable.CreateSnmpVariable Method

This static method create SnmpVariable when a single Object Identifier is available.

Overload List

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);

See Also

SnmpVariable Class | SnmpSource Namespace