コード例 #1
0
 static IOBluetoothDevice()
 {
     connectNotificationObserver = new ConnectNotificationObserver(OnDeviceConnected);
     registerForConnectNotifications(connectNotificationObserver, new Selector(onConnectNotificationSelector));
 }
コード例 #2
0
ファイル: IOBluetoothDevice.cs プロジェクト: polipo/maccore
		static IOBluetoothDevice ()
		{
			connectNotificationObserver = new ConnectNotificationObserver (OnDeviceConnected);
			registerForConnectNotifications (connectNotificationObserver, new Selector (onConnectNotificationSelector));
		}