sk_getMsgName()

Description

Returns the name of the given message.This function is also available as skts_getMsgName().

Syntax

char* sk_getMsgName(MsgStruct *aMsgStruct);

Threadsafe syntax

char* skts_getMsgName(MsgStruct *aMsgStruct);

Parameters

The function parameters are shown in the table below.

Argument

Description

aMsgStruct

Pointer to a generic C Structure representing a message.

Return Values

Possible return values for this function are:

SK_LOST_LLC

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