Method: MQTT::Packet::Connect#protocol_level

Defined in:
lib/mqtt/packet.rb

#protocol_levelObject

The version number of the protocol

[View source]

402
403
404
# File 'lib/mqtt/packet.rb', line 402

def protocol_level
  @protocol_level
end