|
Contiki-Inga 3.x
|
Parameters used by the frame_tx_create() function. More...
#include <cpu/avr/radio/rf230/frame.h>
Data Fields | |
| fcf_t | fcf |
| Frame control field. | |
| uint8_t | seq |
| Sequence number. | |
| uint16_t | dest_pid |
| Destination PAN ID. | |
| addr_t | dest_addr |
| Destination address. | |
| uint16_t | src_pid |
| Source PAN ID. | |
| addr_t | src_addr |
| Source address. | |
| aux_hdr_t | aux_hdr |
| Aux security header. | |
| uint8_t * | payload |
| Pointer to 802.15.4 frame payload. | |
| uint8_t | payload_len |
| Length of payload field. | |
Parameters used by the frame_tx_create() function.
These parameters are used in the 802.15.4 frame header. See the 802.15.4 specification for details.
1.8.3.1