Exemplo n.º 1
0
 public Visitor(KnxConnection knxConnection)
 {
     _knxConnection = knxConnection;
 }
Exemplo n.º 2
0
 private void OnKnxEventReceived(KnxConnection arg1, CemiFrame arg2)
 {
     KnxEventReceived?.Invoke(arg1, arg2);
 }