Class: Pio::OpenFlow10::PortStatus
- Inherits:
-
Pio::OpenFlow::Message
- Object
- Pio::OpenFlow::Message
- Pio::OpenFlow10::PortStatus
- Defined in:
- lib/pio/open_flow10/port_status.rb,
lib/pio/open_flow10/port_status/reason.rb
Overview
OpenFlow 1.0 Port Status message
Defined Under Namespace
Classes: Reason
Instance Attribute Summary collapse
-
#datapath_id ⇒ Object
(also: #dpid)
Returns the value of attribute datapath_id.
Attributes inherited from Pio::OpenFlow::Message
Method Summary
Methods inherited from Pio::OpenFlow::Message
#initialize, method_missing, #method_missing, open_flow_header, read, #to_binary
Methods included from Pio::OpenFlow::Flags
#_define_flags, #_flags, #define_flags_32bit, #flags_16bit, #flags_32bit
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 Attribute Details
#datapath_id ⇒ Object Also known as: dpid
Returns the value of attribute datapath_id.
20 21 22 |
# File 'lib/pio/open_flow10/port_status.rb', line 20 def datapath_id @datapath_id end |