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

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

            return(this);
        }