Snapdragon® Telematics Application Framework (TelAF) Interface Specification
le_msg_LocalReceiver_t Struct Reference

#include <le_messaging.h>

Data Fields

le_thread_Ref_t thread
 Thread on which receive should be processes. More...
 
le_msg_ReceiveHandler_t handler
 Handler function which should be called on thread. More...
 
void * contextPtr
 Context pointer to pass to the handler. More...
 

Detailed Description

Message handler receiver for local messages

Field Documentation

◆ thread

le_thread_Ref_t le_msg_LocalReceiver_t::thread

Thread on which receive should be processes.

◆ handler

le_msg_ReceiveHandler_t le_msg_LocalReceiver_t::handler

Handler function which should be called on thread.

◆ contextPtr

void* le_msg_LocalReceiver_t::contextPtr

Context pointer to pass to the handler.


The documentation for this struct was generated from the following file: