RUI3 (RAK Unified Interface 3) - RAK4631
LmhpRemoteMcastSetup.h
Go to the documentation of this file.
1 
22 #ifndef __LMHP_REMOTE_MCAST_SETUP_H__
23 #define __LMHP_REMOTE_MCAST_SETUP_H__
24 
25 #ifdef SUPPORT_FUOTA
26 #include "LoRaMac.h"
27 #include "LmHandlerTypes.h"
28 #include "LmhPackage.h"
29 
35 #define PACKAGE_ID_REMOTE_MCAST_SETUP 2
36 
42 //typedef struct LmhpRemoteMcastSetupParams_s
43 //{
44 //}LmhpRemoteMcastSetupParams_t;
45 
46 LmhPackage_t *LmhpRemoteMcastSetupPackageFactory( void );
47 
48 #endif // __LMHP_REMOTE_MCAST_SETUP_H__
49 #endif // FUOTA
Definition: LmhPackage.h:35