Macros | |
#define | DEV_VERSION_ANS (0x01) |
Conveys answer to the DevVersionReq request. More... | |
#define | DEV_VERSION_ANS_LENGTH (9) |
#define | DEV_VERSION_REQ (0x01) |
Asks an end-device its hardware revision, currently running firmware version. More... | |
#define | DEV_VERSION_REQ_LENGTH (1) |
#define | LORAWAN_DMPACKAGE_INDEX (0) |
#define | LORAWAN_DMPACKAGE_PORT (203) |
Functions | |
void | DMPackage_SetVersionInfo (uint32_t fwVersion, uint32_t hwVersion) |
void | DMPackageCore (appCbParams_t *appdata) |
#define DEV_VERSION_ANS (0x01) |
Conveys answer to the DevVersionReq request.
#define DEV_VERSION_ANS_LENGTH (9) |
#define DEV_VERSION_REQ (0x01) |
Asks an end-device its hardware revision, currently running firmware version.
#define DEV_VERSION_REQ_LENGTH (1) |
#define LORAWAN_DMPACKAGE_INDEX (0) |
#define LORAWAN_DMPACKAGE_PORT (203) |
void DMPackage_SetVersionInfo | ( | uint32_t | fwVersion, |
uint32_t | hwVersion | ||
) |
void DMPackageCore | ( | appCbParams_t * | appdata | ) |