mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2025-12-06 04:12:02 +01:00
5 lines
122 B
C#
5 lines
122 B
C#
|
|
namespace SDRSharp.RTLSDR
|
||
|
|
{
|
||
|
|
public delegate void SamplesAvailableDelegate(object sender, SamplesAvailableEventArgs e);
|
||
|
|
}
|