fix login message, implemented IDatareceiver, added Rawa and jsom messag

This commit is contained in:
shinichi
2020-09-23 13:46:38 +02:00
parent fd36e420d1
commit be9553cc51
5 changed files with 67 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ using System.Text;
namespace ProftaakRH
{
interface IDataReceiver
public interface IDataReceiver
{
void BPM(byte[] bytes);
void Bike(byte[] bytes);