Variable LCB.isIncomplete
True if the packet that created this LCB didn't have enough bytes
to store a value of the size specified. More bytes have to be fetched from the server
Declaration
struct LCB
{
// ...
bool isIncomplete;
// ...
}