Wirepas SDK
wms_testing.h File Reference

Detailed Description

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 Documentation

◆ app_lib_testing_disable_downlink_keepalive_f

typedef void(* app_lib_testing_disable_downlink_keepalive_f) (void)

Disable downlink keepalive.

Note
This function is used by 5G Mesh Harmonized Standard Companion Device application

Definition at line 32 of file wms_testing.h.


Data Structure Documentation

◆ app_lib_testing_t

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.
Note
TESTING ONLY - to be used by 5G Mesh Harmonized Standard Companion Device application

Macro Definition Documentation

◆ APP_LIB_TESTING_NAME

#define APP_LIB_TESTING_NAME   0x56dc011c

Library symbolic name.

"TESTING"

Definition at line 21 of file wms_testing.h.

◆ APP_LIB_TESTING_VERSION

#define APP_LIB_TESTING_VERSION   0x200

Maximum supported library version.

Definition at line 24 of file wms_testing.h.