TCPIP_SNMP_AuthTrapFlagGet Function
C
void TCPIP_SNMP_AuthTrapFlagGet(
bool * authTrap
);
Description
This function is used to Get the authentication trap send flag and this is used only when the user is trying to send authentication failure trap. For example, sending a trap if community does not match the global community table.
Preconditions
TCPIP_SNMP_Initialize() is already called.
Parameters
Parameters | Description |
---|---|
sendTrap | Trap flag value. |
Returns
None.
Remarks
None.