This returns a 32-bit integer that indicates which markers were present on the line. Bit 0 is set if marker 0 is present, bit 1 for marker 1 and so on.
I want to check if bit 30 or 31 is set so how do I go about doing this?
I want to check if bit 30 or 31 is set so how do I go about doing this?
Comment