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.2.0 (0.5.2.0)

Syntax

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

Parameters

name
Type: System..::.String
Name of the object type

Return Value

New AsnType object.

See Also