CellocatorProtocolDecoder class

Mohamed Lamrabet7 years ago

Hi everybody

What does this code do :

position.set(Position.KEY_STATUS, buf.getUnsignedByte(buf.readerIndex()) & 0x0f);
int operator = (buf.readUnsignedByte() & 0xf0) << 4;

in traccar/Source Packages/org.traccar.protocol/CellocatorProtocolDecoder.java

Thanks.