Method: Empp::Utils::Utils.getVersion
- Defined in:
- lib/empp/utils/utils.rb
.getVersion ⇒ Object
33 34 35 36 37 38 |
# File 'lib/empp/utils/utils.rb', line 33 def self.getVersion version = 0b00010000 u8 = BinData::Uint8be.new u8.assign(version) u8.to_binary_s end |