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
Original issue reported on code.google.com by
shingtr...@gmail.com
on 20 Feb 2014 at 6:32