ALARM_LIST
typedef struct { int n_alarms; ALARM_FIELD alarm_fields[MAX_NUMBER_OF_ALARMS]; } ALARM_LIST;Description
The ALARM_LIST structure contains a list of alarms for a specified alarm source object (ASO) on a given line device.
Field Descriptions
The fields of the ALARM_LIST are described as follows:
- n_alarms
- the number of alarms in the list
- alarm_fields
- an array of data structures containing information about the individual alarms
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation