readKeepAlive method
Keep alive
Implementation
void readKeepAlive(MqttByteBuffer stream) {
keepAlive = stream.readShort();
length += 2;
}
Keep alive
void readKeepAlive(MqttByteBuffer stream) {
keepAlive = stream.readShort();
length += 2;
}