snmpFreeAuthCB_v3()--SNMP Version 3 Free Authentication Control Block


  Syntax
 #include <qtomeapi.h>

 int snmpGet_v3(snmp_auth_cb        &my_auth_cb);

  Service Program Name: QTOMEAPI

  Default Public Authority: *USE

  Threadsafe: No

An SNMP managing application uses the snmpFreeAuthCB_v3() function to free the authentication related information about a remote or local SNMP version 3 (SNMPv3) agent.


Parameters

&my_auth_cb
(Input/Output) The address of an SNMPv3 authentication control block built by the snmpDiscover_v3() function.

Authorities

Service Program Authority
*USE

Return Value

The following are the possible return codes posted by the snmpFreeAuthCB_v3() function:

For more information, see the Simple Network Management Protocol (SNMP) SupportLink to PDF manual.



Usage Notes

This API should be called before the manager ends or after all communication ends with an SNMP agent. It should be called for each control block that was created by the snmpDiscover_v3 function.


Related Information


Example

For examples that pertain to the SNMP manager APIs, see Using SNMP Manager APIs--Example.



API introduced: V7R2