Health client instance structure. More...
#include <health_client.h>
Data Fields | |
access_model_handle_t | model_handle |
Model handle. More... | |
health_client_evt_cb_t | event_handler |
Event handler. More... | |
bool | waiting_for_reply |
Set to true if the client is currently waiting for a reply to a transmitted message. More... | |
uint8_t * | p_buffer |
Buffer used to hold an outbound message. More... | |
Health client instance structure.
Object type for health client instances.
Definition at line 123 of file health_client.h.
access_model_handle_t health_client_t::model_handle |
Model handle.
Definition at line 125 of file health_client.h.
health_client_evt_cb_t health_client_t::event_handler |
Event handler.
Definition at line 126 of file health_client.h.
bool health_client_t::waiting_for_reply |
Set to true
if the client is currently waiting for a reply to a transmitted message.
Definition at line 127 of file health_client.h.
uint8_t* health_client_t::p_buffer |
Buffer used to hold an outbound message.
Definition at line 128 of file health_client.h.