RUI3 (RAK Unified Interface 3) - RAK4631
LmhpClockSync.h
Go to the documentation of this file.
1 
22 #ifndef __LMHP_CLOCK_SYNC_H__
23 #define __LMHP_CLOCK_SYNC_H__
24 
25 #ifdef SUPPORT_FUOTA
26 
27 #include "LoRaMac.h"
28 #include "LmHandlerTypes.h"
29 #include "LmhPackage.h"
30 
36 #define PACKAGE_ID_CLOCK_SYNC 1
37 
43 //typedef struct LmphClockSyncParams_s
44 //{
45 //}LmphClockSyncParams_t;
46 
47 LmhPackage_t *LmphClockSyncPackageFactory( void );
48 
49 LmHandlerErrorStatus_t LmhpClockSyncAppTimeReq( void );
50 
51 #endif // __LMHP_CLOCK_SYNC_H__
52 #endif // FUOTA
Definition: LmhPackage.h:35