mocking the USB, not working for now, only for compilation
More...
#include <USBMock.h>
|
| ~USBMock () override=default |
|
bool | send (const uint8_t *buffer, uint16_t length) override |
|
bool | receive (uint8_t *buffer, uint16_t length) override |
|
bool | isConnected () const override |
|
mocking the USB, not working for now, only for compilation
◆ ~USBMock()
◆ isConnected()
bool USBMock::isConnected |
( |
| ) |
const |
|
inlineoverride |
◆ receive()
bool USBMock::receive |
( |
uint8_t * |
buffer, |
|
|
uint16_t |
length |
|
) |
| |
|
inlineoverride |
◆ send()
bool USBMock::send |
( |
const uint8_t * |
buffer, |
|
|
uint16_t |
length |
|
) |
| |
|
inlineoverride |
The documentation for this class was generated from the following file: