SDRSharper/SDRSharper.Radio/SDRSharp.Radio/SamplesAvailableDelegate.cs

5 lines
136 B
C#
Raw Normal View History

namespace SDRSharp.Radio
{
public unsafe delegate void SamplesAvailableDelegate(IFrontendController sender, Complex* data, int len);
}