mirror of https://github.com/drowe67/librtlsdr.git
commit
f93712213d
|
@ -463,6 +463,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