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