Exemplo n.º 1
0
 [DllImport(Abci.Lib)] public static extern void aePointsWriteSample(IntPtr self, ref aePointsData data);
Exemplo n.º 2
0
 public void WriteSample(ref aePointsData data)
 {
     NativeMethods.aePointsWriteSample(self, ref data);
 }