Class: Pio::OpenFlow13::Features::Reply

Inherits:
Pio::OpenFlow::Message show all
Extended by:
Pio::OpenFlow::Flags
Defined in:
lib/pio/open_flow13/features/reply.rb

Overview

Features Reply message.

Instance Method Summary collapse

Methods included from Pio::OpenFlow::Flags

_def_flags, flags_16bit, flags_32bit

Methods inherited from Pio::OpenFlow::Message

inherited, #initialize, method_missing, #method_missing, open_flow_header, read, #to_binary

Constructor Details

This class inherits a constructor from Pio::OpenFlow::Message

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Pio::OpenFlow::Message

Instance Method Details

#datapath_idObject Also known as: dpid



32
33
34
# File 'lib/pio/open_flow13/features/reply.rb', line 32

def datapath_id
  @format.datapath_id.to_i
end