Ejemplo n.º 1
0
 public ServiceLevelConnection(Stream stream)
 {
     this.at      = new AtCommandConnection(stream);
     at.Response += At_Response;
 }
Ejemplo n.º 2
0
 public CommandResponseCollector(AtCommandConnection at)
 {
     this.at = at;
 }