Loading…
Loading…
Method Name: select_disp_screen
Method ID: 0x4184
Method Label: Select Display Screen
Method Help: 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)
- {
Please login for more