예제 #1
0
        /// <inheritdoc />
        public void StopThreadEx(UIntPtr handle)
        {
            if (handle == UIntPtr.Zero)
            {
                return;
            }

            Threads.GpioStopThread(handle);
        }