Επεξεργασία

Κοινή χρήση μέσω


SNMP Simple Syntax Values

[SNMP is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use Windows Remote Management, which is the Microsoft implementation of WS-Man.]

The SNMP Simple Syntax Values are used to indicate an SNMP variable type.

Constant Description
ASN_INTEGER
Indicates a 32-bit signed integer variable.
ASN_BITS
Indicates a variable that is an enumeration of named bits.
ASN_OCTETSTRING
Indicates an octet string variable.
ASN_NULL
Indicates a NULL value.
ASN_OBJECTIDENTIFIER
Indicates an object identifier variable.
ASN_INTEGER32
Indicates a 32-bit signed integer value.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Snmp.h

See also

Simple Network Management Protocol (SNMP) Overview

SNMP Reference

SNMP Constants