Return SNMP type object of the type specified by name. Supported variable types are:
* Integer32
* Counter32
* Gauge32
* Counter64
* TimeTicks
* OctetString
* IpAddress
* Oid
* Null
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public static AsnType GetSyntaxObject( string name ) |
| Visual Basic |
|---|
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