Class: Pio::OpenFlow10::PortStats::Request

Inherits:
Pio::OpenFlow::Message show all
Defined in:
lib/pio/open_flow10/port_stats/request.rb

Overview

Port Stats Request message

Instance Attribute Summary

Attributes inherited from Pio::OpenFlow::Message

#format

Instance Method Summary collapse

Methods inherited from Pio::OpenFlow::Message

#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

#initialize(port, user_options = {}) ⇒ Request

Returns a new instance of Request.



19
20
21
# File 'lib/pio/open_flow10/port_stats/request.rb', line 19

def initialize(port, user_options = {})
  super({ port: port }.merge user_options)
end

Dynamic Method Handling

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