コード例 #1
0
 public ServiceLevelConnection(Stream stream)
 {
     this.at      = new AtCommandConnection(stream);
     at.Response += At_Response;
 }
コード例 #2
0
 public CommandResponseCollector(AtCommandConnection at)
 {
     this.at = at;
 }