mirror of https://github.com/drowe67/librtlsdr.git
parent
c7d970ac5b
commit
0d369d9178
|
@ -422,6 +422,9 @@ RTLSDR_API int rtlsdr_read_async(rtlsdr_dev_t *dev,
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Cancel all pending asynchronous operations on the device.
|
* Cancel all pending asynchronous operations on the device.
|
||||||
|
* Due to incomplete concurrency implementation, this should
|
||||||
|
* only be called from within the callback function, so it is
|
||||||
|
* in the correct thread.
|
||||||
*
|
*
|
||||||
* \param dev the device handle given by rtlsdr_open()
|
* \param dev the device handle given by rtlsdr_open()
|
||||||
* \return 0 on success
|
* \return 0 on success
|
||||||
|
|
Loading…
Reference in New Issue