Wirepas SDK
wms_testing.h
Go to the documentation of this file.
1 /* Copyright 2024 Wirepas Ltd. All Rights Reserved.
2  *
3  * See file LICENSE.txt for full license details.
4  *
5  */
6 
12 #ifndef APP_LIB_TESTING_H_
13 #define APP_LIB_TESTING_H_
14 
15 #include <stdlib.h>
16 #include <stdint.h>
17 
18 #include "wms_app.h"
19 
21 #define APP_LIB_TESTING_NAME 0x56dc011c
22 
23 
24 #define APP_LIB_TESTING_VERSION 0x200
25 
33 
37 typedef struct
38 {
47 
48 #endif /* APP_LIB_TESTING_H_ */
wms_app.h
app_lib_testing_disable_downlink_keepalive_f
void(* app_lib_testing_disable_downlink_keepalive_f)(void)
Disable downlink keepalive.
Definition: wms_testing.h:32
app_lib_testing_t
Definition: wms_testing.h:37
app_lib_testing_t::disableDownlinkKeepalive
app_lib_testing_disable_downlink_keepalive_f disableDownlinkKeepalive
Function callback to disable downlink keepalive.
Definition: wms_testing.h:45