Class: OSC::OSCBlob
- Inherits:
-
OSCArgument
- Object
- OSCArgument
- OSC::OSCBlob
- Defined in:
- lib/osc.rb
Instance Attribute Summary
Attributes inherited from OSCArgument
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
#encode ⇒ Object
52 |
# File 'lib/osc.rb', line 52 def encode() padding([@val.size].pack('N') + @val) end |
#tag ⇒ Object
51 |
# File 'lib/osc.rb', line 51 def tag() 'b' end |