#include <MIDI_Parsers/MIDI_MessageTypes.hpp>
 Collaboration diagram for SysExMessage:Public Member Functions | |
| SysExMessage () | |
| Constructor.  More... | |
| SysExMessage (const uint8_t *data, size_t length, uint8_t CN) | |
| Constructor.  More... | |
| SysExMessage (const uint8_t *data, size_t length, Cable cable=CABLE_1) | |
| Constructor.  More... | |
| bool | operator== (SysExMessage other) const | 
| bool | operator!= (SysExMessage other) const | 
| Cable | getCable () const | 
| Get the MIDI USB cable number of the message.  More... | |
| void | setCable (Cable cable) | 
| Set the MIDI USB cable number of the message.  More... | |
Public Attributes | |
| const uint8_t * | data | 
| uint8_t | length | 
| uint8_t | CN | 
Definition at line 138 of file MIDI_MessageTypes.hpp.
      
  | 
  inline | 
Constructor.
Definition at line 140 of file MIDI_MessageTypes.hpp.
      
  | 
  inline | 
Constructor.
Definition at line 143 of file MIDI_MessageTypes.hpp.
      
  | 
  inline | 
Constructor.
Definition at line 147 of file MIDI_MessageTypes.hpp.
      
  | 
  inline | 
Definition at line 160 of file MIDI_MessageTypes.hpp.
      
  | 
  inline | 
Definition at line 165 of file MIDI_MessageTypes.hpp.
      
  | 
  inline | 
Get the MIDI USB cable number of the message.
Definition at line 168 of file MIDI_MessageTypes.hpp.
      
  | 
  inline | 
Set the MIDI USB cable number of the message.
Definition at line 170 of file MIDI_MessageTypes.hpp.
| const uint8_t* data | 
Definition at line 156 of file MIDI_MessageTypes.hpp.
| uint8_t length | 
Definition at line 157 of file MIDI_MessageTypes.hpp.
| uint8_t CN | 
Definition at line 158 of file MIDI_MessageTypes.hpp.