![]() |
Xbee Arduino
Arduino Driver for Xbee
|
#include <xbee.h>
Public Attributes | |
| const XBeeVTable * | vtable |
| const XBeeHTable * | htable |
| const XBeeCTable * | ctable |
| uint8_t | frameIdCntr |
| bool | txStatusReceived |
| Flag to indicate if TX Status frame was received. More... | |
| uint8_t | deliveryStatus |
| Stores the delivery status of the transmitted frame. More... | |
| const XBeeCTable* XBee::ctable |
| uint8_t XBee::deliveryStatus |
Stores the delivery status of the transmitted frame.
| uint8_t XBee::frameIdCntr |
| const XBeeHTable* XBee::htable |
| bool XBee::txStatusReceived |
Flag to indicate if TX Status frame was received.
| const XBeeVTable* XBee::vtable |