예제 #1
0
파일: ATModem.cs 프로젝트: ysoyipek/ATModem
 public ATConnectionState()
 {
     this.ipConnectionOpened        = false;
     this.ipConnectionPending       = false;
     this.ipConnectionDataDiscarded = false;
     this.ipConnectionMode          = ATConnectionMode.Client;
     this.ipConnectionDataReady     = new AutoResetEvent(false);
 }
예제 #2
0
파일: ATModem.cs 프로젝트: cins/ATModem
 public ATConnectionState()
 {
     this.ipConnectionOpened = false;
     this.ipConnectionPending = false;
     this.ipConnectionDataDiscarded = false;
     this.ipConnectionMode = ATConnectionMode.Client;
     this.ipConnectionDataReady = new AutoResetEvent(false);
 }