Loading…
Loading…
方法名称: Window_CustodyTransferActivateSequence_SequenceMethod_1
方法ID: 0x4505
方法标签: Custody transfer activation
方法描述:
- {
- int step;
- int write;
- int select;
- int tempconfirm;
- int IsSWCustodyAndCustodyTransferModeOff;
- int IsPersonLoggedInAndNotWebsereverAccess;
- int IsPersonLoggedIn;
- int IsPersonLoggedInAnd12HourNotation;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- if (CTY_TransferMode_1 == 33004 && (STD_SWOptionActiveOverview_1 & 128) == 128)
- {
- IsSWCustodyAndCustodyTransferModeOff = 1;
- }
- else
- {
- IsSWCustodyAndCustodyTransferModeOff = 0;
- }
- if (CDIIP_WebserverAccess_1 == 0 && CTY_AuthorizedPersonLoginState_1 == 2509)
- {
- IsPersonLoggedInAndNotWebsereverAccess = 1;
- }
- else
- {
- IsPersonLoggedInAndNotWebsereverAccess = 0;
- }
- if (CTY_AuthorizedPersonLoginState_1 == 2509)
- {
- IsPersonLoggedIn = 1;
- }
- else
- {
- IsPersonLoggedIn = 0;
- }
- if ((Dev_DateTimeFormat_1 == 226 || Dev_DateTimeFormat_1 == 268) && CTY_AuthorizedPersonLoginState_1 == 2509)
- {
- IsPersonLoggedInAnd12HourNotation = 1;
- }
请登录以获得完整内容