class SDN::Message::GetNodeAddr

Constants

MSG
PARAMS_LENGTH

Public Class Methods

new(dest = [0xff, 0xff, 0xff], **kwargs) click to toggle source
Calls superclass method SDN::Message::new
# File lib/sdn/message/get.rb, line 85
def initialize(dest = [0xff, 0xff, 0xff], **kwargs)
  kwargs[:dest] ||= dest
  super(**kwargs)
end