Class: Webmidi::Message::System::SystemReset
- Defined in:
- lib/webmidi/message/system.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#==, #channel, #deconstruct, #deconstruct_keys, #eql?, #hash, #initialize, #same_bytes?, #same_event?, #to_binary, #to_hex, #with
Constructor Details
This class inherits a constructor from Webmidi::Message::Base
Instance Method Details
#to_bytes ⇒ Object
156 157 158 |
# File 'lib/webmidi/message/system.rb', line 156 def to_bytes [0xFF] end |