Class: Pio::OpenFlow13::Features::Reply
- Inherits:
-
Pio::OpenFlow::Message
- Object
- Pio::OpenFlow::Message
- Pio::OpenFlow13::Features::Reply
- Extended by:
- Pio::OpenFlow::Flags
- Defined in:
- lib/pio/open_flow13/features/reply.rb
Overview
Features Reply message.
Instance Method Summary collapse
- #datapath_id ⇒ Object (also: #dpid)
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_id ⇒ Object 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 |