sk_unparseAlarmCleared()

Description

This function converts an XL_AlarmCleared message into a text string, suitable for display. This function is also available as skts_unparseAlarm().

Syntax

int sk_unparseAlarmCleared(char *aBuffer, XL_AlarmCleared *anAlarmClearedMsg);

Threadsafe Syntax

int skts_unparseAlarmCleared( char *aBuffer, XL_AlarmCleared *anAlarmClearedMsg);

Parameters

The function parameters are shown in the table below.

Argument

Description

aBuffer

Pointer to a packed message.

anAlarmClearedMsg

The AlarmCleared message that is to be unparsed.

Return Values

Possible return values for this function are:

SK_LOST_LLC

This return value indicates that your application lost contact with the LLC.