Loading…
Loading…
方法名称: method_save_as_factory
方法ID: 0x407C
方法标签: Save as Custom
方法描述: Save as Custom - Allows the user to save the data to the custom area.
- {
- char status[3];
- char disp_string1[60];
- char disp_string2[60];
- int slen;
- int index;
- slen = 60;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _get_dictionary_string(19726337,(disp_string1),(slen));
- ACKNOWLEDGE(disp_string1);
- _add_abort_method(4118);
- disp_string1 ="|en|Would you like to save as custom setting?";
- _get_dictionary_string(19726346,(disp_string2),(slen));
- index = SELECT_FROM_LIST(disp_string1, disp_string2);
- switch (index)
- {
- case 0:
请登录以获得完整内容