|
@@ -50,6 +50,7 @@ namespace BLETool
|
|
GattPresentationFormat presentationFormat;
|
|
GattPresentationFormat presentationFormat;
|
|
//数据结果
|
|
//数据结果
|
|
IBuffer ble_result;
|
|
IBuffer ble_result;
|
|
|
|
+
|
|
public MainForm()
|
|
public MainForm()
|
|
{
|
|
{
|
|
InitializeComponent();
|
|
InitializeComponent();
|
|
@@ -952,20 +953,7 @@ namespace BLETool
|
|
btn_Write_Click(sender, e);
|
|
btn_Write_Click(sender, e);
|
|
}
|
|
}
|
|
|
|
|
|
- private void toolStripStatusLabel1_Click(object sender, EventArgs e)
|
|
|
|
- {
|
|
|
|
- Process.Start("https://shop319667793.taobao.com/index.htm?spm=2013.1.w5002-23636016701.2.82507181okoQR7");
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- private void status_text_Click(object sender, EventArgs e)
|
|
|
|
- {
|
|
|
|
- Process.Start("https://www.miuser.net/385.html");
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- private void groupBox4_Enter(object sender, EventArgs e)
|
|
|
|
- {
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
|
|
private void cb_display_callbackData_Click(object sender, EventArgs e)
|
|
private void cb_display_callbackData_Click(object sender, EventArgs e)
|
|
{
|
|
{
|
|
@@ -978,6 +966,7 @@ namespace BLETool
|
|
UnhookNotify();
|
|
UnhookNotify();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|