Exemplo n.º 1
0
 public LedPipe(VtmDev dev, PipeStream stream)
 {
     this.dev    = dev;
     this.stream = stream;
     already     = 0;
     GetBegin();
 }
Exemplo n.º 2
0
            //Task<ReadResult> task;

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

                NextRead();
            }