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