XBee Firmware Library  1.6.0
Data Fields
xbee_at_cmd Union Reference

Data Fields

char str [2]
 
uint16_t w
 

Detailed Description

Datatype used for passing and storing XBee AT Commands. Allows printing (e.g., printf( "%.2s", foo.str)), easy copying (bar.w = foo.w) and easy comparison (bar.w == foo.w).

Field Documentation

char str[2]