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