コード例 #1
0
 public static extern void Release(OidnDevice device);
コード例 #2
0
 public static extern OidnFilter New(OidnDevice device, string type);
コード例 #3
0
 public static extern void Commit(OidnDevice device);
コード例 #4
0
 public static extern void SetErrorFunction(OidnDevice device, OidnErrorFunction func, IntPtr userPtr);