Class: Pio::OpenFlow13::SetArpOperation

Inherits:
Pio::OpenFlow::Action show all
Defined in:
lib/pio/open_flow13/set_arp_operation.rb

Overview

Set ARP operation field

Instance Method Summary collapse

Methods inherited from Pio::OpenFlow::Action

action_header, method_missing, read, #to_binary

Constructor Details

#initialize(operation) ⇒ SetArpOperation

Returns a new instance of SetArpOperation.



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

def initialize(operation)
  super operation: operation
end