コード例 #1
0
ファイル: RsStream.cs プロジェクト: NpoSaut/netCanLib
 public RsStream(RsPort OnPort)
 {
     this.Port      = OnPort;
     IncomingBuffer = new Queue <byte>();
 }
コード例 #2
0
ファイル: RsStream.cs プロジェクト: NpoSaut/netCanLib
 public RsStream(RsPort OnPort)
 {
     this.Port = OnPort;
     IncomingBuffer = new Queue<byte>();
 }