AlarmDspClusterAdd
- Last UpdatedApr 15, 2024
- 1 minute read
Adds a cluster to a client's alarm list. Alarms in the specified cluster (that correspond to the mode set in AlarmDsp) will be added to the alarm list at the AN number.
Syntax
INT AlarmDspClusterAdd(nAN, sClusterName)
nAN:
The AN used in the original AlarmDsp call.
sClusterName:
The name of the cluster to be used for this alarm list. The argument is enclosed in quotation marks ("").
Return Value
0 (zero) if successful, otherwise an error code is returned.
Related Functions
AlarmDspClusterRemove, AlarmDspClusterInUse