Method ReadBit ReadBit(out bool) Read a single bit from the buffer Declaration public void ReadBit(out bool bit) Parameters Type Name Description bool bit Out value of the bit. True represents 1, False represents 0