Свойство | Тип | Описание | |
---|---|---|---|
SMI_APPSTRING | byte | ||
SMI_APPSTRING_STR | string | ||
SMI_COUNTER32 | byte | ||
SMI_COUNTER32_STR | string | ||
SMI_COUNTER64 | byte | ||
SMI_COUNTER64_STR | string | ||
SMI_ENDOFMIBVIEW | byte | ||
SMI_GAUGE32 | byte | ||
SMI_GAUGE32_STR | string | ||
SMI_INTEGER | byte | ||
SMI_INTEGER_STR | string | ||
SMI_IPADDRESS | byte | ||
SMI_IPADDRESS_STR | string | ||
SMI_NOSUCHINSTANCE | byte | ||
SMI_NOSUCHOBJECT | byte | ||
SMI_NULL | byte | ||
SMI_NULL_STR | string | ||
SMI_OBJECTID | byte | ||
SMI_OBJECTID_STR | string | ||
SMI_OPAQUE | byte | ||
SMI_OPAQUE_STR | string | ||
SMI_PARTY_CLOCK | byte | ||
SMI_SEQUENCE | byte | ||
SMI_STRING | byte | ||
SMI_STRING_STR | string | ||
SMI_TIMETICKS | byte | ||
SMI_TIMETICKS_STR | string | ||
SMI_UNKNOWN_STR | string | ||
SMI_UNSIGNED32 | byte | ||
SMI_UNSIGNED32_STR | string | ||
SysUpTime | Oid | ||
TrapObjectId | Oid | ||
snmpInvalidMsgs | Oid | ||
snmpUnknownPDUHandlers | Oid | ||
snmpUnknownSecurityModels | Oid | ||
usmStatsDecryptionErrors | Oid | ||
usmStatsNotInTimeWindows | Oid | ||
usmStatsUnknownEngineIDs | Oid | ||
usmStatsUnknownSecurityNames | Oid | ||
usmStatsUnsupportedSecLevels | Oid | ||
usmStatsWrongDigests | Oid | ||
v3ErrorOids | Oid[] |
Метод | Описание | |
---|---|---|
DumpHex ( byte data ) : void |
Debugging function used to dump on the console supplied byte array in a format suitable for console output.
|
|
GetSyntaxObject ( byte asnType ) : |
Used to create correct variable type object for the specified encoded type
|
|
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 * Null
|
|
GetTypeName ( byte type ) : string |
Return string representation of the SMI value type.
|
|
IsValidVersion ( int version ) : bool |
Check if SNMP version value is correct
|
Метод | Описание | |
---|---|---|
SnmpConstants ( ) : System |
Private constructor to prevent the class with all static members from being instantiated.
|
public static DumpHex ( byte data ) : void | ||
data | byte | Byte array data |
Результат | void |
public static GetSyntaxObject ( byte asnType ) : |
||
asnType | byte | ASN.1 type code |
Результат |
public static GetSyntaxObject ( string name ) : |
||
name | string | Name of the object type |
Результат |
public static GetTypeName ( byte type ) : string | ||
type | byte | AsnType class Type member function value. |
Результат | string |
public static IsValidVersion ( int version ) : bool | ||
version | int | SNMP version value |
Результат | bool |
public static string SMI_APPSTRING_STR | ||
Результат | string |
public static string SMI_COUNTER32_STR | ||
Результат | string |
public static string SMI_COUNTER64_STR | ||
Результат | string |
public static string SMI_GAUGE32_STR | ||
Результат | string |
public static string SMI_INTEGER_STR | ||
Результат | string |
public static string SMI_IPADDRESS_STR | ||
Результат | string |
public static byte SMI_NOSUCHINSTANCE | ||
Результат | byte |
public static string SMI_OBJECTID_STR | ||
Результат | string |
public static string SMI_TIMETICKS_STR | ||
Результат | string |
public static string SMI_UNKNOWN_STR | ||
Результат | string |
public static string SMI_UNSIGNED32_STR | ||
Результат | string |
public static Oid snmpUnknownPDUHandlers | ||
Результат | Oid |
public static Oid snmpUnknownSecurityModels | ||
Результат | Oid |
public static Oid usmStatsDecryptionErrors | ||
Результат | Oid |
public static Oid usmStatsNotInTimeWindows | ||
Результат | Oid |
public static Oid usmStatsUnknownEngineIDs | ||
Результат | Oid |
public static Oid usmStatsUnknownSecurityNames | ||
Результат | Oid |
public static Oid usmStatsUnsupportedSecLevels | ||
Результат | Oid |
public static Oid usmStatsWrongDigests | ||
Результат | Oid |