SDRSharper/Plugins/SDRSharper.RTLSDR/SDRSharp.RTLSDR/SamplesAvailableDelegate.cs

5 lines
122 B
C#
Raw Normal View History

namespace SDRSharp.RTLSDR
{
public delegate void SamplesAvailableDelegate(object sender, SamplesAvailableEventArgs e);
}