public void CHDK_ScriptSupport(out CHDK_ScriptSupport flags)
        {
            SendCHDKCommand(CHDK_PTP_Command.PTP_CHDK_ScriptSupport, 0);
            Ensure_PTP_RC_OK();

            flags = (CHDK_ScriptSupport)ptp.Param1;
        }
        public void CHDK_ScriptSupport(out CHDK_ScriptSupport flags)
        {
            SendCHDKCommand(CHDK_PTP_Command.PTP_CHDK_ScriptSupport, 0);
            Ensure_PTP_RC_OK();

            flags = (CHDK_ScriptSupport)ptp.Param1;
        }