class CresIP::PacketHeader

Public Instance Methods

type() click to toggle source
# File lib/cresip/header.rb, line 29
def type
    PacketTypes[packet_type]
end