#include <midi_UsbDefs.h>
Definition at line 96 of file midi_UsbDefs.h.
§ UsbMidiEventPacket()
| UsbMidiEventPacket::UsbMidiEventPacket |
( |
| ) |
|
|
inline |
§ getCableNumber()
| byte UsbMidiEventPacket::getCableNumber |
( |
| ) |
const |
|
inline |
§ getCodeIndexNumber()
| byte UsbMidiEventPacket::getCodeIndexNumber |
( |
| ) |
const |
|
inline |
§ getMidiData() [1/2]
| const byte* UsbMidiEventPacket::getMidiData |
( |
| ) |
const |
|
inline |
§ getMidiData() [2/2]
| byte* UsbMidiEventPacket::getMidiData |
( |
| ) |
|
|
inline |
§ operator=()
§ setHeader()
| void UsbMidiEventPacket::setHeader |
( |
byte |
inCableNumber, |
|
|
byte |
inCodeIndexNumber |
|
) |
| |
|
inline |
Definition at line 105 of file midi_UsbDefs.h.
107 const byte msb = (0x0f & inCableNumber) << 4;
108 const byte lsb = (0x0f & inCodeIndexNumber);
109 mData[0] = msb | lsb;
§ setMidiData()
| void UsbMidiEventPacket::setMidiData |
( |
const byte * |
inData | ) |
|
|
inline |
§ mData
| byte UsbMidiEventPacket::mData[4] |
The documentation for this struct was generated from the following file: