libdrmconf
0.10.4
A library to program DMR radios.
|
This is the complete list of members for DFUDevice, including all inherited members.
_ctx | DFUDevice | protected |
_dev | DFUDevice | protected |
_status | DFUDevice | protected |
abort(const ErrorStack &err=ErrorStack()) | DFUDevice | protected |
clear_status(const ErrorStack &err=ErrorStack()) | DFUDevice | protected |
close() | DFUDevice | |
detach(int timeout, const ErrorStack &err=ErrorStack()) | DFUDevice | protected |
detect(uint16_t vid, uint16_t pid) | DFUDevice | static |
DFUDevice(const USBDeviceDescriptor &descr, const ErrorStack &err=ErrorStack(), QObject *parent=nullptr) | DFUDevice | |
download(unsigned block, uint8_t *data, unsigned len, const ErrorStack &err=ErrorStack()) | DFUDevice | |
get_state(int &pstate, const ErrorStack &err=ErrorStack()) | DFUDevice | protected |
get_status(const ErrorStack &err=ErrorStack()) | DFUDevice | protected |
isOpen() const | DFUDevice | |
upload(unsigned block, uint8_t *data, unsigned len, const ErrorStack &err=ErrorStack()) | DFUDevice | |
wait_idle(const ErrorStack &err=ErrorStack()) | DFUDevice | protected |
~DFUDevice() | DFUDevice | virtual |