Progress with structure to send data

This commit is contained in:
fabjuuuh
2020-10-16 16:23:50 +02:00
parent e8a4901f09
commit 5751bbed81
6 changed files with 134 additions and 25 deletions

View File

@@ -76,6 +76,18 @@ namespace DoctorApp.ViewModels
}
public void BPMData(byte [] bytes)
{
//TODO
//Parsen van de data you fuck
}
public void BikeData(byte[] bytes)
{
//TODO
//Parsen van de data you fuck
}
}
}