コード例 #1
0
ファイル: HitachiBio.cs プロジェクト: sfcheewill/Blm
        internal static void Detach(uint handle)
        {
            uint res = BioAPI.BSPDetach(handle);

            if (res != BioAPI.OK)
            {
                _log.Error("BSPDetach " + res.ToString());
            }
        }