public int ReleaseChip(out string strError)
        {
            int hr;

            hr = Programmer.DAP_ReleaseChip(out strError);

            return(hr);
        }