#include <Device.h>
◆ Callback
◆ Device()
USB::MIDI::Device::Device |
( |
uint8_t |
instance, |
|
|
const char * |
name |
|
) |
| |
◆ available()
uint32_t USB::MIDI::Device::available |
( |
uint8_t |
cable_num | ) |
const |
|
inline |
◆ handleEvent()
void USB::MIDI::Device::handleEvent |
( |
Event |
event | ) |
|
|
protected |
◆ isMounted()
bool USB::MIDI::Device::isMounted |
( |
| ) |
const |
|
inline |
◆ onDataReceived()
void USB::MIDI::Device::onDataReceived |
( |
Callback |
callback | ) |
|
|
inline |
◆ readPacket()
bool USB::MIDI::Device::readPacket |
( |
Packet & |
packet | ) |
|
|
inline |
◆ streamRead()
uint32_t USB::MIDI::Device::streamRead |
( |
uint8_t |
cable_num, |
|
|
void * |
buffer, |
|
|
uint32_t |
bufsize |
|
) |
| |
|
inline |
◆ streamWrite()
uint32_t USB::MIDI::Device::streamWrite |
( |
uint8_t |
cable_num, |
|
|
uint8_t const * |
buffer, |
|
|
uint32_t |
bufsize |
|
) |
| |
|
inline |
◆ writePacket()
bool USB::MIDI::Device::writePacket |
( |
const Packet & |
packet | ) |
|
|
inline |
The documentation for this class was generated from the following file: