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

#include <icall.h>

Public Attributes

ICall_FuncArgsHdr hdr
 
uint_least32_t milliseconds
 
ICall_MsgMatchFn matchFn
 
ICall_ServiceEnum servId
 
ICall_EntityID dest
 
void * msg
 

Detailed Description

ICall_waitMatch() arguments

Member Data Documentation

§ dest

ICall_EntityID _icall_wait_match_args_t::dest

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

§ hdr

ICall_FuncArgsHdr _icall_wait_match_args_t::hdr

common arguments

§ matchFn

ICall_MsgMatchFn _icall_wait_match_args_t::matchFn

match function

§ milliseconds

uint_least32_t _icall_wait_match_args_t::milliseconds

timeout period in milliseconds

§ msg

void* _icall_wait_match_args_t::msg

field to store the starting address of the message body

§ servId

ICall_ServiceEnum _icall_wait_match_args_t::servId

service id


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