Révision b6f7a16a TestXamConnections/TestXamConnections/Device/RFID/IRFIDReader.cs
TestXamConnections/TestXamConnections/Device/RFID/IRFIDReader.cs | ||
---|---|---|
1 | 1 |
using System; |
2 | 2 |
using System.Threading.Tasks; |
3 |
using TestXamConnections.Models; |
|
3 | 4 |
|
4 | 5 |
namespace TestXamConnections.Device.RFID |
5 | 6 |
{ |
... | ... | |
8 | 9 |
/// <summary> |
9 | 10 |
/// Événement déclenché à la reception de données par le lecteur RFID. |
10 | 11 |
/// </summary> |
11 |
public EventHandler<string> RFIDDataReceivedEvent { get; set; }
|
|
12 |
public EventHandler<ReponseRFID> RFIDDataReceivedEvent { get; set; }
|
|
12 | 13 |
|
13 | 14 |
/// <summary> |
14 | 15 |
/// Initialise la lecture de tag RFID. |
15 | 16 |
/// </summary> |
16 |
/// <returns>true la connexion a réussi, false sinon.</returns>
|
|
17 |
/// <returns>true l'init a réussi, false sinon.</returns>
|
|
17 | 18 |
Task<bool> EnableServiceAsync(); |
18 | 19 |
|
19 | 20 |
/// <summary> |
Formats disponibles : Unified diff