private void tgbtnLaunchKeyboardFeature_Checked(object sender, RoutedEventArgs e) { StreamNdef stream = new StreamNdef(0, DetectTagSetting.Type2Type4AandMifare); tappy.SendCommand(stream, InvokeKeyboardFeature); }
private void DetectandLaunch() { Command cmd = new StreamNdef(0, DetectTagSetting.Type2Type4AandMifare); tappy.SendCommand(cmd, LaunchCallback); }