Comparisons for status flags in RP/M, WP/M work properly now. This problem was caused
by reading one byte passed the encoded PDU for the bitstring. The comparison failed
because the tag was being interpreted as part of the incoming bitstring.
The decode method of the BACnetBitString object was altered.