Class: UDPCommandAction

Inherits:
Action show all
Defined in:
lib/ruby-macrodroid.rb

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ UDPCommandAction

Returns a new instance of UDPCommandAction.



628
629
630
# File 'lib/ruby-macrodroid.rb', line 628

def initialize(h={})    
  super({destination: '', message: '', port: 0}.merge h)
end