Loading…
Loading…
Method Name: method_change_tv_mapping
Method ID: 0x412A
Method Label: Change TV Mapping
Method Help:
- {
- long vid[3];
- char status[3];
- char string1[60];
- int len1;
- int rc;
- len1 = 60;
- _set_all_resp_code(0);
- _set_xmtr_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- send(50,status);
- if (status[0])
- {
- display_response_status(50,status[0]);
- DELAY(4,literal_string(1556));
- process_abort();
- }
- if (_ivar_value(4050) == 0)
- {
- mapping_DP = 0;
- mapping_nonDP = 0;
- }
- if (_ivar_value(4050) == 1)
- {
- mapping_DP = 1;
- }
- if (_ivar_value(4050) == 2)
- {
- mapping_DP = 2;
- mapping_nonDP = 2;
- }
- if (_ivar_value(4050) == 3)
- {
- mapping_DP = 3;
- mapping_nonDP = 3;
- }
- if (_ivar_value(4226) == 6)
Please login for more