mgmtapi.h header
This header is used by Simple Network Management Protocol. For more information, see:
mgmtapi.h contains the following programming interfaces:
SnmpMgrClose The SnmpMgrClose function closes the communications sockets and data structures that are associated with the specified session. This function is an element of the SNMP Management API. |
SnmpMgrCtl The SnmpMgrCtl function sets an operating parameter associated with an SNMP session. This function is an element of the SNMP Management API. |
SnmpMgrGetTrap The SnmpMgrGetTrap function returns outstanding trap data that the caller has not received if trap reception is enabled. This function is an element of the SNMP Management API. |
SnmpMgrGetTrapEx The SnmpMgrGetTrapEx function returns outstanding trap data that the caller has not received if trap reception is enabled. |
SnmpMgrOidToStr The SnmpMgrOidToStr function converts an internal object identifier structure to its string representation. This function is an element of the SNMP Management API. |
SnmpMgrOpen The SnmpMgrOpen function initializes communications sockets and data structures, allowing communications with the specified SNMP agent. This function is an element of the SNMP Management API. |
SnmpMgrRequest The SnmpMgrRequest function requests the specified operation be performed with the specified agent. This function is an element of the SNMP Management API. |
SnmpMgrStrToOid The SnmpMgrStrToOid function converts the string format of an object identifier to its internal object identifier structure. This function is an element of the SNMP Management API. |
SnmpMgrTrapListen The SnmpMgrTrapListen function registers the ability of an SNMP manager application to receive SNMP traps from the SNMP Trap Service. This function is an element of the SNMP Management API. |