The structure used to transmit a data packet with a 64-bit destination address.
More...
|
Data Fields |
uint8 | frameID |
| the ID for this packet that subsequent response/status messages can refer to.
|
uint8 | destination [8] |
| the 64-bit (8-byte) address of the destination.
|
uint8 | options |
| 0x01 (disable ACK) or 0x04 (Send with Broadcast PAN ID).
|
uint8 | data [90] |
| a buffer containing the value of the outgoing packet.
|
Detailed Description
The structure used to transmit a data packet with a 64-bit destination address.
Definition at line 81 of file xbee.h.
Field Documentation
a buffer containing the value of the outgoing packet.
Definition at line 86 of file xbee.h.
the 64-bit (8-byte) address of the destination.
Definition at line 84 of file xbee.h.
the ID for this packet that subsequent response/status messages can refer to.
Definition at line 83 of file xbee.h.
0x01 (disable ACK) or 0x04 (Send with Broadcast PAN ID).
Definition at line 85 of file xbee.h.