HiveMind
Public Member Functions | List of all members
USBMock Class Reference

mocking the USB, not working for now, only for compilation More...

#include <USBMock.h>

Inheritance diagram for USBMock:
Inheritance graph
Collaboration diagram for USBMock:
Collaboration graph

Public Member Functions

 ~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
 

Detailed Description

mocking the USB, not working for now, only for compilation

Constructor & Destructor Documentation

◆ ~USBMock()

USBMock::~USBMock ( )
overridedefault

Member Function Documentation

◆ 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: