Snapdragon® Telematics Application Framework (TelAF) Interface Specification
taf_voicecall_messages.h File Reference

Go to the source code of this file.

Macros

#define _MAX_MSG_SIZE   IFGEN_TAF_VOICECALL_MSG_SIZE
 
#define _MSGID_taf_voicecall_AddStateHandler   0
 
#define _MSGID_taf_voicecall_RemoveStateHandler   1
 
#define _MSGID_taf_voicecall_Start   2
 
#define _MSGID_taf_voicecall_End   3
 
#define _MSGID_taf_voicecall_Delete   4
 
#define _MSGID_taf_voicecall_Answer   5
 
#define _MSGID_taf_voicecall_GetEndCause   6
 
#define _MSGID_taf_voicecall_Hold   7
 
#define _MSGID_taf_voicecall_Resume   8
 
#define _MSGID_taf_voicecall_Swap   9
 

Functions

struct __attribute__ ((packed))
 
static bool taf_voicecall_PackEvent (uint8_t **bufferPtr, taf_voicecall_Event_t value)
 
static bool taf_voicecall_UnpackEvent (uint8_t **bufferPtr, taf_voicecall_Event_t *valuePtr)
 
static bool taf_voicecall_PackCallEndCause (uint8_t **bufferPtr, taf_voicecall_CallEndCause_t value)
 
static bool taf_voicecall_UnpackCallEndCause (uint8_t **bufferPtr, taf_voicecall_CallEndCause_t *valuePtr)
 

Variables

 _Message_t
 

Macro Definition Documentation

◆ _MAX_MSG_SIZE

#define _MAX_MSG_SIZE   IFGEN_TAF_VOICECALL_MSG_SIZE

◆ _MSGID_taf_voicecall_AddStateHandler

#define _MSGID_taf_voicecall_AddStateHandler   0

◆ _MSGID_taf_voicecall_RemoveStateHandler

#define _MSGID_taf_voicecall_RemoveStateHandler   1

◆ _MSGID_taf_voicecall_Start

#define _MSGID_taf_voicecall_Start   2

◆ _MSGID_taf_voicecall_End

#define _MSGID_taf_voicecall_End   3

◆ _MSGID_taf_voicecall_Delete

#define _MSGID_taf_voicecall_Delete   4

◆ _MSGID_taf_voicecall_Answer

#define _MSGID_taf_voicecall_Answer   5

◆ _MSGID_taf_voicecall_GetEndCause

#define _MSGID_taf_voicecall_GetEndCause   6

◆ _MSGID_taf_voicecall_Hold

#define _MSGID_taf_voicecall_Hold   7

◆ _MSGID_taf_voicecall_Resume

#define _MSGID_taf_voicecall_Resume   8

◆ _MSGID_taf_voicecall_Swap

#define _MSGID_taf_voicecall_Swap   9

Function Documentation

◆ __attribute__()

struct __attribute__ ( (packed)  )

◆ taf_voicecall_PackEvent()

static bool taf_voicecall_PackEvent ( uint8_t **  bufferPtr,
taf_voicecall_Event_t  value 
)
inlinestatic

◆ taf_voicecall_UnpackEvent()

static bool taf_voicecall_UnpackEvent ( uint8_t **  bufferPtr,
taf_voicecall_Event_t valuePtr 
)
inlinestatic

◆ taf_voicecall_PackCallEndCause()

static bool taf_voicecall_PackCallEndCause ( uint8_t **  bufferPtr,
taf_voicecall_CallEndCause_t  value 
)
inlinestatic

◆ taf_voicecall_UnpackCallEndCause()

static bool taf_voicecall_UnpackCallEndCause ( uint8_t **  bufferPtr,
taf_voicecall_CallEndCause_t valuePtr 
)
inlinestatic

Variable Documentation

◆ _Message_t

_Message_t