Exemple #1
0
        private bool KglOutputSet(ushort tempOutput)
        {
            if (KGL3U24API.Kgl3u24OutputSet(_deviceHandle, tempOutput))
            {
                OutputReg = tempOutput;

                return(true);
            }
            return(false);
        }