TCPIP_SNMPv3_TrapConfigDataGet Function
C
void TCPIP_SNMPv3_TrapConfigDataGet(
uint8_t userIndex,
uint8_t * msgModelType,
uint8_t * securityModelType
);
Description
This function is used to get SNMPv3 message model type and security model type using user index.
Preconditions
TCPIP_SNMP_Initialize() is already called.
Parameters
| Parameters | Description |
|---|---|
| userIndex | User name index. |
| msgModelType | Message processing type. |
| securityModelType | Security model type. |
Returns
None.
Remarks
None.
