#include <com.h>
Data Fields | |
| comBuf_t * | next |
| uint8_t | data [COM_DATA_SIZE] |
| An array of bytes representing the contents of the comBuf. The maximum number of bytes that may be placed in a comBuf is represented by COM_DATA_SIZE. | |
| uint16_t | signal |
| For a comBuf received from the radio driver, The RSSI value (signal strength indicator). This member is only available of GET_RSSI has been defined in com.h. | |
| uint8_t | size |
| The number of data bytes located in the data array of this comBuf. | |
| uint16_t | source |
Definition at line 124 of file com.h.
|
|
For internal use only. A pointer to the next comBuf in the pool. This should not be used by an application. |
1.4.6