Exemplo n.º 1
0
 public ATConnectionState()
 {
     this.ipConnectionOpened        = false;
     this.ipConnectionPending       = false;
     this.ipConnectionDataDiscarded = false;
     this.ipConnectionMode          = ATConnectionMode.Client;
     this.ipConnectionDataReady     = new AutoResetEvent(false);
 }
Exemplo n.º 2
0
 public ATConnectionState()
 {
     this.ipConnectionOpened = false;
     this.ipConnectionPending = false;
     this.ipConnectionDataDiscarded = false;
     this.ipConnectionMode = ATConnectionMode.Client;
     this.ipConnectionDataReady = new AutoResetEvent(false);
 }