コード例 #1
0
ファイル: ZWManager.cs プロジェクト: db85/open-zwave-pinvoke
 public void Create()
 {
     NativeWrapper.CreateManager();
     onOnNotificationCallback = new OnNotificationCallback(OnNotificationCallback);
     NativeWrapper.AddWatcher(onOnNotificationCallback, IntPtr.Zero);
 }
コード例 #2
0
 public extern static bool RemoveWatcher(OnNotificationCallback watcher, IntPtr context);