mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-04-21 06:13:41 +00:00
4 lines
136 B
C#
4 lines
136 B
C#
namespace SDRSharp.Radio
|
|
{
|
|
public unsafe delegate void SamplesAvailableDelegate(IFrontendController sender, Complex* data, int len);
|
|
}
|