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
19uint8_t queued_indications(void);
20
24void wakeup_task(void);
25
32
33#endif /* SOURCE_WAPS_APP_WAPS_WAPS_PRIVATE_H_ */
void wakeup_task(void)
Wake WAPS up (something to do)
app_lib_settings_net_channel_t get_num_channels(void)
Get number of channels available.
uint8_t queued_indications(void)
Get information about queued indications.
uint8_t app_lib_settings_net_channel_t
Channel type definition.