Wirepas SDK
|
The Testing library provides a set of functions specific for testing purposes
Definition in file wms_testing.h.
Go to the source code of this file.
Typedefs | |
typedef void(* | app_lib_testing_disable_downlink_keepalive_f) (void) |
Disable downlink keepalive. More... | |
Data Structures | |
struct | app_lib_testing_t |
Macros | |
#define | APP_LIB_TESTING_NAME 0x56dc011c |
Library symbolic name. More... | |
#define | APP_LIB_TESTING_VERSION 0x200 |
Maximum supported library version. More... | |
typedef void(* app_lib_testing_disable_downlink_keepalive_f) (void) |
Disable downlink keepalive.
Definition at line 32 of file wms_testing.h.
struct app_lib_testing_t |
The function table returned from app_open_library_f
Definition at line 37 of file wms_testing.h.
Data Fields | ||
---|---|---|
app_lib_testing_disable_downlink_keepalive_f | disableDownlinkKeepalive |
Function callback to disable downlink keepalive.
|
#define APP_LIB_TESTING_NAME 0x56dc011c |
#define APP_LIB_TESTING_VERSION 0x200 |
Maximum supported library version.
Definition at line 24 of file wms_testing.h.