class OSC::Message
- OSC::Message
- Reference
- Object
Defined in:
osc-crystal/message.crConstructors
Instance Method Summary
- #[](index : Int)
- #[]?(index : Int)
- #address
- #arg(type : T.class, index : Int) forall T
- #arg(index : Int)
- #arg?(index : Int)
- #data : Array(UInt8)
- #nargs
- #tag
- #to_s(io)
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #to_slice