TCPIP_SNMP_TrapSendFlagGet Function
C
void TCPIP_SNMP_TrapSendFlagGet(
bool * trapNotify
);
Description
This function is used to get the trap send flag details and this is used only when user is trying to send more than one varbind in a single PDU. That is more than one notification details are required to be part of a single PDU.
Preconditions
TCPIP_SNMP_Initialize() is already called.
Returns
None.
Remarks
None.