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