Wirepas SDK
waps_private.h
Go to the documentation of this file.
1
/* Copyright 2017 Wirepas Ltd. All Rights Reserved.
2
*
3
* See file LICENSE.txt for full license details.
4
*
5
*/
6
7
#ifndef SOURCE_WAPS_APP_WAPS_WAPS_PRIVATE_H_
8
#define SOURCE_WAPS_APP_WAPS_WAPS_PRIVATE_H_
9
10
#include <stdint.h>
11
12
#include "
wms_settings.h
"
13
19
uint8_t
queued_indications
(
void
);
20
24
void
wakeup_task
(
void
);
25
31
app_lib_settings_net_channel_t
get_num_channels
(
void
);
32
33
#endif
/* SOURCE_WAPS_APP_WAPS_WAPS_PRIVATE_H_ */
app_lib_settings_net_channel_t
uint8_t app_lib_settings_net_channel_t
Channel type definition.
Definition:
wms_settings.h:58
wms_settings.h
wakeup_task
void wakeup_task(void)
Wake WAPS up (something to do)
get_num_channels
app_lib_settings_net_channel_t get_num_channels(void)
Get number of channels available.
queued_indications
uint8_t queued_indications(void)
Get information about queued indications.