#include <OnethinxCore01.h>
Data Fields | |
| struct { | |
| macErrors_e errorStatus: 8 | |
| MAC Errors. More... | |
| uint8_t bytesToRead: 8 | |
| Total bytes in Receive buffer. More... | |
| uint8_t __pad0__: 1 | |
| reserved More... | |
| bool MACcmdReceived: 1 | |
| The MAC received a MAC command (implemented since Stack version 0x000000BC) More... | |
| bool confDown: 1 | |
| Is a confirmed downlink received? (implemented since Stack version 0x000000B5) More... | |
| bool isConfigured: 1 | |
| The MAC is configured? More... | |
| bool messageReceived: 1 | |
| The MAC received a message. More... | |
| bool isJoined: 1 | |
| Is Device Joined? More... | |
| bool isBusy: 1 | |
| Is the MAC busy? More... | |
| bool isPublicNetwork: 1 | |
| True for LoRaWAN Public Network. More... | |
| uint32_t devAddr | |
| The Device address received when joining the network. More... | |
| uint8_t Margin | |
| The Demodulation Margin (in dB above the demodulation floor) for last LinkCheckReq command (implemented since Stack version 0x000000BC) More... | |
| uint8_t GwCnt | |
| The number of gateways that successfully received the last LinkCheckReq command (implemented since Stack version 0x000000BC) More... | |
| uint8_t fPort | |
| The port number of the last received packet (implemented since Stack version 0x000000BC) More... | |
| }; | |
| uint8_t | reserved [16] |
| struct { ... } |
| uint8_t __pad0__ |
reserved
| uint8_t bytesToRead |
Total bytes in Receive buffer.
| bool confDown |
Is a confirmed downlink received? (implemented since Stack version 0x000000B5)
| uint32_t devAddr |
The Device address received when joining the network.
| macErrors_e errorStatus |
MAC Errors.
| uint8_t fPort |
The port number of the last received packet (implemented since Stack version 0x000000BC)
| uint8_t GwCnt |
The number of gateways that successfully received the last LinkCheckReq command (implemented since Stack version 0x000000BC)
| bool isBusy |
Is the MAC busy?
| bool isConfigured |
The MAC is configured?
| bool isJoined |
Is Device Joined?
| bool isPublicNetwork |
True for LoRaWAN Public Network.
| bool MACcmdReceived |
The MAC received a MAC command (implemented since Stack version 0x000000BC)
| uint8_t Margin |
The Demodulation Margin (in dB above the demodulation floor) for last LinkCheckReq command (implemented since Stack version 0x000000BC)
| bool messageReceived |
The MAC received a message.
| uint8_t reserved[16] |