Пример #1
0
 public LedPipe(VtmDev dev, PipeStream stream)
 {
     this.dev    = dev;
     this.stream = stream;
     already     = 0;
     GetBegin();
 }
Пример #2
0
            //Task<ReadResult> task;

            public HalEventPipe(VtmDev parent, BinaryWriter output, BinaryReader input)
            {
                this.input  = input;
                this.output = output;
                this.parent = parent;

                NextRead();
            }