class Pio::OpenFlow10::Match10
Pio::MatchFormat wrapper.
Public Instance Methods
get()
click to toggle source
# File lib/pio/open_flow10/match10.rb, line 19 def get Pio::OpenFlow10::Match.read match end
set(object)
click to toggle source
# File lib/pio/open_flow10/match10.rb, line 15 def set(object) self.match = object.to_binary_s end