Return SNMP type object of the type specified by name. Supported variable types are: * Integer32 * Counter32 * Gauge32 * Counter64 * TimeTicks * OctetString * IpAddress * Oid * Null

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static AsnType GetSyntaxObject(
	string name
)
Public Shared Function GetSyntaxObject ( _
	name As String _
) As AsnType
public:
static AsnType^ GetSyntaxObject(
	String^ name
)

Parameters

name
String
Name of the object type

Return Value

New AsnType object.

See Also