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

Data Fields

le_msg_SessionRef_t clientSessionRef
 The client to send the response to. More...
 
void * contextPtr
 ContextPtr registered with handler. More...
 
le_event_HandlerRef_t handlerRef
 HandlerRef for the registered handler. More...
 
RemoveHandlerFunc_t removeHandlerFunc
 Function to remove the registered handler. More...
 

Detailed Description

Server Data Objects

This object is used to store additional context info for each request

Field Documentation

◆ clientSessionRef

le_msg_SessionRef_t _ServerData_t::clientSessionRef

The client to send the response to.

◆ contextPtr

void * _ServerData_t::contextPtr

ContextPtr registered with handler.

◆ handlerRef

le_event_HandlerRef_t _ServerData_t::handlerRef

HandlerRef for the registered handler.

◆ removeHandlerFunc

RemoveHandlerFunc_t _ServerData_t::removeHandlerFunc

Function to remove the registered handler.


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