Cicode Programming Reference > Cicode Function Categories > Alarm Functions Introduction > AlarmDspClusterInUse

AlarmDspClusterInUse

Determines if a cluster is included in a client's alarm list.

Syntax

AlarmDspClusterInUse(AN, ClusterName)

AN:

The AN used in the original AlarmDsp() call.

ClusterName:

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

0 (zero) if successful, otherwise an error is returned.

Related Functions

AlarmDspClusterAdd, AlarmDSPClusterRemove, AlarmDsp

See Also