#include <WaspXBeeCore.h>
Data Fields | |
| char | data [DATA_MATRIX] |
| Structure Variable : Fragment data. | |
| uint16_t | frag_length |
| Structure Variable : Fragment data length. | |
| uint8_t | numFragment |
| Structure Variable : Fragment number for ordering the packet. | |
| uint8_t | endFragment |
| Structure Variable : Specifies if it is the last fragment. | |
Definition at line 289 of file WaspXBeeCore.h.
| char matrix::data[DATA_MATRIX] |
Structure Variable : Fragment data.
Definition at line 297 of file WaspXBeeCore.h.
Referenced by WaspXBeeCore::readXBee().
| uint16_t matrix::frag_length |
Structure Variable : Fragment data length.
Definition at line 302 of file WaspXBeeCore.h.
Referenced by WaspXBeeCore::readXBee().
| uint8_t matrix::numFragment |
Structure Variable : Fragment number for ordering the packet.
Definition at line 307 of file WaspXBeeCore.h.
Referenced by WaspXBeeCore::readXBee().
| uint8_t matrix::endFragment |
Structure Variable : Specifies if it is the last fragment.
Definition at line 312 of file WaspXBeeCore.h.
Referenced by WaspXBeeCore::readXBee().
1.5.6