Class: OSC::OSCInt32

Inherits:
OSCArgument show all
Defined in:
lib/osc.rb

Instance Attribute Summary

Attributes inherited from OSCArgument

#val

Instance Method Summary collapse

Methods inherited from OSCArgument

#initialize, #to_f, #to_i, #to_s

Constructor Details

This class inherits a constructor from OSC::OSCArgument

Instance Method Details

#encodeObject



31
# File 'lib/osc.rb', line 31

def encode() [@val].pack('N') end

#tagObject



30
# File 'lib/osc.rb', line 30

def tag() 'i' end