iPlug 2: SysExData Struct Reference
This structure is used when queueing Sysex messages. More...
#include <IPlugStructs.h>
Public Member Functions | |
| SysExData (int offset=0, int size=0, const void *pData=0) | |
Public Attributes | |
| int | mOffset |
| int | mSize |
| uint8_t | mData [MAX_SYSEX_SIZE] |
This structure is used when queueing Sysex messages.
You may need to set MAX_SYSEX_SIZE to reflect the max sysex payload in bytes
Definition at line 44 of file IPlugStructs.h.
|
inline |
◆ mData
uint8_t SysExData::mData[MAX_SYSEX_SIZE]
◆ mOffset
◆ mSize
The documentation for this struct was generated from the following file: