Sha256: 93209607cc2f870a8e26b91ff5ee53e6a03e25d6b595576e5cccaa57a1a810b0
Contents?: true
Size: 199 Bytes
Versions: 1
Compression:
Stored size: 199 Bytes
Contents
module Pio module OpenFlow # OFPT_* constants. module Type HELLO = 0 ECHO_REQUEST = 2 ECHO_REPLY = 3 FEATURES_REQUEST = 5 FEATURES_REPLY = 6 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pio-0.8.2 | lib/pio/open_flow/type.rb |