コード例 #1
0
ファイル: AbcAPI.cs プロジェクト: ashesphere/PettingAppliance
 [DllImport(Abci.Lib)] public static extern void aeXformWriteSample(IntPtr self, ref aeXformData data);
コード例 #2
0
ファイル: AbcAPI.cs プロジェクト: ashesphere/PettingAppliance
 public void WriteSample(ref aeXformData data)
 {
     NativeMethods.aeXformWriteSample(self, ref data);
 }