Animatroller.Framework.Expander.OpcClient.OpcPixelUniverse.SendPixelValue C# (CSharp) Method

SendPixelValue() public method

public SendPixelValue ( int channel, PhysicalDevice rgb ) : SendStatus
channel int
rgb PhysicalDevice
return SendStatus
            public SendStatus SendPixelValue(int channel, PhysicalDevice.PixelRGBByte rgb)
            {
                throw new NotImplementedException();
            }