Exemple #1
0
 public void Init()
 {
     testUtil = new BluetoothDeviceTestUtils <LovenseBluetoothInfo>();
     // Just leave name the same as the prefix, we'll set device type via initialize.
     testUtil.SetupTest("LVS", false);
     testUtil.AddExpectedRead(testUtil.NoCharacteristic, Encoding.ASCII.GetBytes("A:13:000000000000"));
     testUtil.Initialize();
 }