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... | |
Detailed Description
Health client instance structure.
Object type for health client instances.
Definition at line 123 of file health_client.h.
Field Documentation
◆ model_handle
| access_model_handle_t health_client_t::model_handle |
Model handle.
Definition at line 125 of file health_client.h.
◆ event_handler
| health_client_evt_cb_t health_client_t::event_handler |
Event handler.
Definition at line 126 of file health_client.h.
◆ waiting_for_reply
| 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.
◆ p_buffer
| uint8_t* health_client_t::p_buffer |
Buffer used to hold an outbound message.
Definition at line 128 of file health_client.h.
- models/foundation/health/include/health_client.h