adeelahmedkhanabbasi / xbee-api

Automatically exported from code.google.com/p/xbee-api
GNU General Public License v3.0
0 stars 0 forks source link

The option in ZNetRxBaseResponse is maybe not modelled/parsed correctly #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In the ZNetRxBaseResponse class the option property should not be an 
enumeration (single value) but rather a bit masked field. The way the class is 
designed it seems to indicate that it's either null, PACKET_ACKNOWLEDGED, or 
BROADCAST_PACKET. But in reality it can be PACKET_ACKNOWLEDGE and 
BROADCAST_PACKET at the same time.

Original issue reported on code.google.com by shingtr...@gmail.com on 20 Feb 2014 at 6:32

GoogleCodeExporter commented 8 years ago

Original comment by andrew.rapp@gmail.com on 21 Feb 2014 at 2:50