コード例 #1
0
        private void tgbtnLaunchKeyboardFeature_Checked(object sender, RoutedEventArgs e)
        {
            StreamNdef stream = new StreamNdef(0, DetectTagSetting.Type2Type4AandMifare);

            tappy.SendCommand(stream, InvokeKeyboardFeature);
        }
コード例 #2
0
        private void DetectandLaunch()
        {
            Command cmd = new StreamNdef(0, DetectTagSetting.Type2Type4AandMifare);

            tappy.SendCommand(cmd, LaunchCallback);
        }