Exemplo n.º 1
0
 public void NotificateAllPortRead(NotifyReadGeneralPort notifiFunctionGeneralPort)
 {
     this._notifiFunctionGeneralPort = notifiFunctionGeneralPort;
     if (this._notifiFunctionGeneralPort != null)
     {
         this._notifyReadGeneral = true;
     }
 }
Exemplo n.º 2
0
 public void CancelNotificateAllPortRead(NotifyReadGeneralPort notifiFunctionGeneralPort)
 {
     this._notifiFunctionGeneralPort = null;
     this._notifyReadGeneral         = false;
 }