
    while (1) {
        if (gotEOL) {
            gotEOL = 0; // clear so we don't parse same again
            if (ReadPacket()) {
                 // 
            } // if ReadPacket()
        } // if gotEOL
    } // while