connection from bike/simulator to client to server

This commit is contained in:
shinichi
2020-09-23 15:05:09 +02:00
parent d5eadbe529
commit c782301cf2
4 changed files with 18 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ using System.Threading;
namespace Hardware.Simulators
{
class BikeSimulator : IHandler
public class BikeSimulator : IHandler
{
IDataReceiver dataReceiver;
private int elapsedTime = 0;
@@ -34,6 +34,7 @@ namespace Hardware.Simulators
{
this.dataReceiver = dataReceiver;
}
public void StartSimulation()
{
//Example BLE Message