Exemplo n.º 1
0
 public void Connect(PhysicalDevice.INeedsPixelOutput device, int opcChannel)
 {
     device.PixelOutputPort = new OpcPixelUniverse(this, opcChannel);
 }
Exemplo n.º 2
0
        public AcnStream Connect(PhysicalDevice.INeedsPixelOutput device, int startUniverse, int startDmxChannel)
        {
            device.PixelOutputPort = GetPixelSendingUniverse(startUniverse, startDmxChannel);

            return(this);
        }
Exemplo n.º 3
0
        public IOExpander Connect(PhysicalDevice.INeedsPixelOutput device)
        {
            device.PixelOutputPort = this;

            return(this);
        }