Class: Pio::OpenFlow13::SetArpSenderProtocolAddress
- Inherits:
- 
      Pio::OpenFlow::Action
      
        - Object
- Pio::OpenFlow::Action
- Pio::OpenFlow13::SetArpSenderProtocolAddress
 
- Defined in:
- lib/pio/open_flow13/set_arp_sender_protocol_address.rb
Overview
Set ARP sender protocol address field
Instance Method Summary collapse
- 
  
    
      #initialize(ip_address)  ⇒ SetArpSenderProtocolAddress 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of SetArpSenderProtocolAddress. 
Methods inherited from Pio::OpenFlow::Action
action_header, inherited, method_missing, read, #to_binary
Constructor Details
#initialize(ip_address) ⇒ SetArpSenderProtocolAddress
Returns a new instance of SetArpSenderProtocolAddress.
| 18 19 20 | # File 'lib/pio/open_flow13/set_arp_sender_protocol_address.rb', line 18 def initialize(ip_address) super ip_address: ip_address end |