TI BLE Stack API Documentation  2.03.09
Public Attributes | List of all members
_icall_send_args_t Struct Reference

#include <icall.h>

Public Attributes

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

Detailed Description

ICall_sendServiceMsg() and ICall_send() arguments

Member Data Documentation

§ dest

union { ... } _icall_send_args_t::dest

Destination id

§ entityId

ICall_EntityID _icall_send_args_t::entityId

Entity ID of destination

§ format

ICall_MSGFormat _icall_send_args_t::format

Message format

§ hdr

ICall_FuncArgsHdr _icall_send_args_t::hdr

common arguments

§ msg

void* _icall_send_args_t::msg

pointer to the message body to send

§ servId

ICall_ServiceEnum _icall_send_args_t::servId

Service ID of destination

§ src

ICall_EntityID _icall_send_args_t::src

Entity id of the sender of the message


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