Cicode Programming Reference > Cicode Function Categories > Alarm Functions > AlarmListDestroy

AlarmListDestroy

Destroys an alarms list at a specified AN.

Syntax

INTAlarmListDestroy(INT nAN)

nAN:

The AN number associated with the alarms list you want to destroy.

Return Value

0 (zero) if successful, otherwise an error code is returned. The error code can be obtained by calling the IsError Cicode function.

Related Functions

AlarmListDisplay, AlarmListCreate

See Also

Published June 2018