Exemplo n.º 1
0
 public RsStream(RsPort OnPort)
 {
     this.Port      = OnPort;
     IncomingBuffer = new Queue <byte>();
 }
Exemplo n.º 2
0
 public RsStream(RsPort OnPort)
 {
     this.Port = OnPort;
     IncomingBuffer = new Queue<byte>();
 }