AlarmDspClusterInUse
- Last UpdatedApr 15, 2024
- 1 minute read
Determines if a cluster is included in a client's alarm list.
Syntax
INT AlarmDspClusterInUse(nAN, sClusterName)
nAN:
The AN used in the original AlarmDsp call.
sClusterName:
The name of the cluster to query an alarm list for to determine if it's included. The argument is enclosed in quotation marks ("").
Return Value
Returns a Boolean value: True (1) if successful, otherwise False (0) is returned.
Related Functions
AlarmDspClusterAdd AlarmDspClusterRemove AlarmDsp