Метод | Описание | |
---|---|---|
GetSyntaxObject ( SMIDataTypeCode asnType ) : |
Used to create correct variable type object for the specified encoded type
|
|
GetSyntaxObject ( byte asnType ) : |
Get class instance for the SMI value type with the specific TLV encoding type code.
|
|
GetSyntaxObject ( string name ) : |
Return SNMP type object of the type specified by name. Supported variable types are: Integer32, Counter32, Gauge32, Counter64, TimeTicks, OctetString, IpAddress, Oid, and Null. Type names are the same as support class names compared without case sensitivity (e.g. Integer == INTEGER).
|
|
GetTypeName ( SMIDataTypeCode type ) : string |
Return string representation of the SMI value type.
|
|
IsValidType ( byte smiType ) : bool |
Check if byte code is a valid SMI data type code
|
Метод | Описание | |
---|---|---|
SMIDataType ( ) : System |
public static GetSyntaxObject ( SMIDataTypeCode asnType ) : |
||
asnType | SMIDataTypeCode | ASN.1 type code |
Результат |
public static GetSyntaxObject ( byte asnType ) : |
||
asnType | byte | SMI type code |
Результат |
public static GetSyntaxObject ( string name ) : |
||
name | string | Name of the object type (not case sensitive) |
Результат |
public static GetTypeName ( SMIDataTypeCode type ) : string | ||
type | SMIDataTypeCode | AsnType class Type member function value. |
Результат | string |
public static IsValidType ( byte smiType ) : bool | ||
smiType | byte | SMI data type code to test |
Результат | bool |