mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-01-07 08:49:57 +01:00
5 lines
136 B
C#
5 lines
136 B
C#
|
|
namespace SDRSharp.Radio
|
||
|
|
{
|
||
|
|
public unsafe delegate void SamplesAvailableDelegate(IFrontendController sender, Complex* data, int len);
|
||
|
|
}
|