Class: CresIP::PacketHeader

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/cresip/header.rb

Instance Method Summary collapse

Instance Method Details

#typeObject



29
30
31
# File 'lib/cresip/header.rb', line 29

def type
    PacketTypes[packet_type]
end