TI BLE Stack API Documentation  2.03.05
Public Attributes | List of all members
_icall_fetch_msg_args_t Struct Reference

#include <icall.h>

Public Attributes

ICall_FuncArgsHdr hdr
 
union {
   ICall_ServiceEnum   servId
 
   ICall_EntityID   entityId
 
src
 
ICall_EntityID dest
 
void * msg
 

Detailed Description

ICall_fetchServiceMsg() and ICall_fetchMsg() arguments

Member Data Documentation

§ dest

ICall_EntityID _icall_fetch_msg_args_t::dest

field to store the entity id of the destination of the message

§ entityId

ICall_EntityID _icall_fetch_msg_args_t::entityId

entity id

§ hdr

ICall_FuncArgsHdr _icall_fetch_msg_args_t::hdr

common arguments

§ msg

void* _icall_fetch_msg_args_t::msg

field to store the starting address of the message body

§ servId

ICall_ServiceEnum _icall_fetch_msg_args_t::servId

service id

§ src

union { ... } _icall_fetch_msg_args_t::src

field to store source of the message


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