|
JUCE
|
For custom transport systems, this represents a connected device. More...
Public Member Functions | |
| DeviceConnection () | |
| virtual | ~DeviceConnection () |
| virtual bool | sendMessageToDevice (const void *data, size_t dataSize)=0 |
Public Attributes | |
| std::function< void(const void *data, size_t dataSize)> | handleMessageFromDevice |
For custom transport systems, this represents a connected device.
| PhysicalTopologySource::DeviceConnection::DeviceConnection | ( | ) |
|
virtual |
|
pure virtual |
| std::function<void(const void* data, size_t dataSize)> PhysicalTopologySource::DeviceConnection::handleMessageFromDevice |
1.8.13