Class: Pio::OpenFlow13::Hello::Element

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/pio/open_flow13/hello.rb

Overview

ofp_hello_elem_header and value

Instance Method Summary collapse

Instance Method Details

#version_bitmap?Boolean

Returns:

  • (Boolean)


20
21
22
# File 'lib/pio/open_flow13/hello.rb', line 20

def version_bitmap?
  element_type == VERSION_BITMAP
end