C SIGFOX CALLBACK
0.0.1
A Sigfox Callback program writtent in C
|
Functions that reports to the frames received. More...
#include <time.h>
Go to the source code of this file.
Data Structures | |
struct | sigfox_raws_s |
Contains all the informations that can be given by the Sigfox backend. More... | |
struct | sigfox_device_s |
Contains all the informations that defines a Sigfox device. More... | |
Macros | |
#define | SIGFOX_DATA_STR_LENGTH 24 |
Length of a Sigfox data frame in string. | |
#define | SIGFOX_DOWNLINK_DATA_LENGTH 16 |
Length of a Sigfox downlink data frame in string. | |
#define | SIGFOX_DATA_LENGTH 12 |
Length of a Sigfox data frame in hexadecimal. | |
#define | SIGFOX_STATION_LENGTH 4 |
Length of a Sigfox station name. | |
#define | SIGFOX_DEVICE_LENGTH 8 |
Length of a Sigfox modem name. | |
Typedefs | |
typedef struct sigfox_raws_s | sigfox_raws_t |
typedef struct sigfox_device_s | sigfox_device_t |
Functions that reports to the frames received.