Ejemplo n.º 1
0
        private async void NotifyReceived(Object sender, BluetoothNotifyEventArgs args)
        {
            string data = Encoding.ASCII.GetString(args.bytes);

            //BpLogger.Trace(data);
            _lastNotifyReceived = data;
        }
Ejemplo n.º 2
0
 private void OnBluetoothMessageReceived(object sender, BluetoothNotifyEventArgs aArgs)
 {
     // no-op, but required for the Onyx to work
 }