readProtocolVersion method
Protocol version
Implementation
void readProtocolVersion(MqttByteBuffer stream) {
  protocolVersion = stream.readByte();
  length++;
}Protocol version
void readProtocolVersion(MqttByteBuffer stream) {
  protocolVersion = stream.readByte();
  length++;
}