コード例 #1
0
        protected override sealed bool StopConnectCore()
        {
            var errorCode = OfficalAPI.FY6400_CloseDevice(Handle);

            if (errorCode != ErrorCode.失败.ToInt32())
            {
                return(false);
            }

            return(base.StopConnectCore());
        }