OpenClovis Logo

Public Attributes | List of all members
ClAlarmUtilTlvInfo Struct Reference

This structure holds the information about the attributes that needs to be provided in the alarm payload. More...

#include <clAlarmUtils.h>

Public Attributes

ClUint32T numTlvs
 Number of attribute information needed for the trap generation on resource.
ClAlarmUtilTlvPtrT pTlv
 Pointer to the structure containing attribute information.

Detailed Description

This structure holds the information about the attributes that needs to be provided in the alarm payload.

This payload is then used by the SNMP subagent for reporting the trap after receiving the event published by alarm server. The structure is used to store the number of attributes and pointer to the array of structure containing information about attributes that needs to be part of the trap information. The pointer to the array of the structure ClAlarmUtilTlvT has to be allocated which has the number of elements equal to the value of numTlvs element.

Member Data Documentation

ClAlarmUtilTlvPtrT ClAlarmUtilTlvInfo::pTlv

Pointer to the structure containing attribute information.

This has to be allocated based on the number of attributes which is the value of numTlvs.


Generated on Tue Jan 10 10:29:15 PST 2012 for OpenClovis SDK using Doxygen