![]() |
Black Box
|
Public Member Functions | |
BBMiBandConnect () | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Nettoyage des ressources utilisées. More... | |
Private Member Functions | |
void | ConnectionFrame_Load (object sender, EventArgs e) |
Loads the list of devices More... | |
delegate void | OnDeviceAddedHandler (DeviceWatcher w, DeviceInformation d) |
void | OnDeviceAdded (DeviceWatcher w, DeviceInformation d) |
Adds the selected device More... | |
delegate void | OnDeviceRemovedHandler (DeviceWatcher w, DeviceInformationUpdate d) |
void | OnDeviceRemoved (DeviceWatcher w, DeviceInformationUpdate d) |
Removed the selected device More... | |
void | ConnectionFrame_FormClosing (object sender, FormClosingEventArgs e) |
void | connectButton_Click (object sender, EventArgs e) |
Connects the selected device More... | |
delegate void | OnDeviceConnectedHandler (BLEManager con) |
void | OnDeviceConnected (BLEManager con) |
Authenticate on device connection More... | |
void | InitializeComponent () |
Méthode requise pour la prise en charge du concepteur - ne modifiez pas le contenu de cette méthode avec l'éditeur de code. More... | |
Private Attributes | |
DeviceWatcher | BLEWatcher |
Dictionary< string, string > | devices |
ControlFrame | controlFrame |
System.ComponentModel.IContainer | components = null |
Variable nécessaire au concepteur. More... | |
System.Windows.Forms.GroupBox | groupBox1 |
System.Windows.Forms.Button | connectButton |
System.Windows.Forms.ComboBox | deviceList |
Definition at line 17 of file BBMiBandConnect.cs.
MiBand_Heartrate.BBMiBandConnect.BBMiBandConnect | ( | ) |
Definition at line 23 of file BBMiBandConnect.cs.
|
private |
Connects the selected device
sender | |
e |
Definition at line 112 of file BBMiBandConnect.cs.
Referenced by MiBand_Heartrate.BBMiBandConnect.InitializeComponent().
|
private |
Definition at line 99 of file BBMiBandConnect.cs.
Referenced by MiBand_Heartrate.BBMiBandConnect.InitializeComponent().
|
private |
Loads the list of devices
sender | |
e |
Definition at line 33 of file BBMiBandConnect.cs.
Referenced by MiBand_Heartrate.BBMiBandConnect.InitializeComponent().
|
protected |
Nettoyage des ressources utilisées.
disposing | true si les ressources managées doivent être supprimées ; sinon, false. |
Definition at line 14 of file BBMiBandConnect.Designer.cs.
|
private |
Méthode requise pour la prise en charge du concepteur - ne modifiez pas le contenu de cette méthode avec l'éditeur de code.
Definition at line 29 of file BBMiBandConnect.Designer.cs.
Referenced by MiBand_Heartrate.BBMiBandConnect.BBMiBandConnect().
|
private |
Adds the selected device
w | |
d |
Definition at line 51 of file BBMiBandConnect.cs.
Referenced by MiBand_Heartrate.BBMiBandConnect.ConnectionFrame_Load().
|
private |
Referenced by MiBand_Heartrate.BBMiBandConnect.OnDeviceAdded().
|
private |
Authenticate on device connection
con |
Definition at line 128 of file BBMiBandConnect.cs.
Referenced by MiBand_Heartrate.BBMiBandConnect.connectButton_Click().
|
private |
Referenced by MiBand_Heartrate.BBMiBandConnect.OnDeviceConnected().
|
private |
Removed the selected device
w | |
d |
Definition at line 78 of file BBMiBandConnect.cs.
Referenced by MiBand_Heartrate.BBMiBandConnect.ConnectionFrame_Load().
|
private |
Referenced by MiBand_Heartrate.BBMiBandConnect.OnDeviceRemoved().
|
private |
Definition at line 19 of file BBMiBandConnect.cs.
Referenced by MiBand_Heartrate.BBMiBandConnect.connectButton_Click(), MiBand_Heartrate.BBMiBandConnect.ConnectionFrame_Load(), and MiBand_Heartrate.BBMiBandConnect.OnDeviceConnected().
|
private |
Variable nécessaire au concepteur.
Definition at line 8 of file BBMiBandConnect.Designer.cs.
Referenced by MiBand_Heartrate.BBMiBandConnect.Dispose().
|
private |
Definition at line 92 of file BBMiBandConnect.Designer.cs.
Referenced by MiBand_Heartrate.BBMiBandConnect.connectButton_Click(), MiBand_Heartrate.BBMiBandConnect.InitializeComponent(), and MiBand_Heartrate.BBMiBandConnect.OnDeviceConnected().
|
private |
Definition at line 21 of file BBMiBandConnect.cs.
Referenced by MiBand_Heartrate.BBMiBandConnect.OnDeviceConnected().
|
private |
|
private |
|
private |
Definition at line 91 of file BBMiBandConnect.Designer.cs.
Referenced by MiBand_Heartrate.BBMiBandConnect.InitializeComponent().