예제 #1
0
        public override int Read()
        {
            var handle = ((FyyingIOBoardDevice)Parent).Handle;

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

            Value = OfficalAPI.FY6400_DI_Bit(handle, Index);
            return(Value);
        }