mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-04-05 22:45:20 +00:00
4 lines
122 B
C#
4 lines
122 B
C#
namespace SDRSharp.RTLSDR
|
|
{
|
|
public delegate void SamplesAvailableDelegate(object sender, SamplesAvailableEventArgs e);
|
|
}
|