sk_unparsePPLEventIndication()

Description

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

Syntax

int sk_unparseEventIndication(char *aBuffer, XL_PPLEventIndication *aPPLEIMsg);

Threadsafe Syntax

int skts_unparsePPLEventIndication( char *aBuffer, XL_PPLEventIndication *aPPLEIMsg);

Parameters

The function parameters are shown in the table below.

Argument

Description

aBuffer

Pointer to a packed message.

aPPLEIMsg

The PPLEventIndication 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.