Loading…
Loading…
方法名称: select_disp_screen
方法ID: 0x4184
方法标签: Select Display Screen
方法描述: Allows you to select the screen number of the display
- {
- char temp_screen_number;
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- if (display_type_code == 0)
- {
- ACKNOWLEDGE(literal_string(1259));
- process_abort();
- }
- if (display_type_code == 3)
- {
- ACKNOWLEDGE(literal_string(1260));
- process_abort();
- }
- if (display_type_code == 2)
- {
请登录以获得完整内容