|
PicoWAN SDK Documentation
|
Data Fields | |
| uint32_t(* | get_uplink_counter )(void) |
| Reads the Uplink counter from flash (last counter value needed after a reset). More... | |
| void(* | save_uplink_counter )(uint32_t uplink_counter) |
| Stores the Uplink counter. | |
| uint32_t(* | get_downlink_counter )(void) |
| Reads the Downlink counter from flash (last counter value needed after a reset). More... | |
| void(* | save_downlink_counter )(uint32_t downlink_counter) |
| Stores the Downlink counter. | |
| uint32_t(* get_downlink_counter) (void) |
Reads the Downlink counter from flash (last counter value needed after a reset).
| Downlink | counter |
| uint32_t(* get_uplink_counter) (void) |
Reads the Uplink counter from flash (last counter value needed after a reset).
| Uplink | counter |
1.8.11