teotestbluetooth / TestXamConnections / TestXamConnections / Helper / ConnectionConstants.cs @ 1fd64302
Historique | Voir | Annoter | Télécharger (396 octets)
1 |
using System; |
---|---|
2 |
using System.Collections.Generic; |
3 |
using System.Text; |
4 |
|
5 |
namespace TestXamConnections.Helper |
6 |
{ |
7 |
public static class ConnectionConstants |
8 |
{ |
9 |
public static readonly string MAC_ADDR_KEY = "mac_address"; |
10 |
public static readonly string LAUNCH_INTENT_KEY = "launch_intent"; |
11 |
public static readonly string RECEIVABLE_INTENTS_KEY = "receivable_intents"; |
12 |
|
13 |
} |
14 |
} |