Loading…
Loading…
方法名称: IsGasMode
方法ID: 0x440E
方法标签: IsGasMode
方法描述:
- {
- char status[3];
- int option_value;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- option_value = 0;
- if (_ivar_value(16925) == 2 || _ivar_value(16925) == 3)
- {
- option_value = 1;
- }
- _iassign(17399,option_value);
- save_values();
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
请登录以获得完整内容