Nanomidi
Simple stream-based MIDI message encoder and decoder
midi_message::data::sysex Struct Reference

Representation of MIDI_TYPE_SYSEX. More...

#include <messages.h>

Data Fields

const void * data
 Pointer to SysEx data. More...
 
size_t length
 Length of data in bytes. More...
 

Detailed Description

Representation of MIDI_TYPE_SYSEX.

Both data and length do not contain "SOX" and "EOX" bytes.

Field Documentation

◆ data

const void* data

Pointer to SysEx data.

◆ length

size_t length

Length of data in bytes.


The documentation for this struct was generated from the following file: