public override int Read()
        {
            var handle = ((FyyingIOBoardDevice)Parent).Handle;

            Debug.Assert(handle != IntPtr.Zero);

            Value = OfficalAPI.FY6400_RDO_Bit(handle, Index);

            return(Value);
        }