Loading…

Method Name: HH_CustodyTransferDeactivateSequence_SequenceMethod_1

Method ID: 0x4515

Method Label: Eichbetriebdeaktivierung

Method Help:


  • {
  • int step;
  • int write;
  • int select;
  • int tempconfirm;
  • int IsSWCustodyAndCustodyTransferModeOn;
  • int IsPersonLoggedIn;
  • int IsPersonLoggedInAnd12HourNotation;
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • if (CTY_TransferMode_1 == 33006 && (STD_SWOptionActiveOverview_1 & 128) == 128)
  • {
  • IsSWCustodyAndCustodyTransferModeOn = 1;
  • }
  • else
  • {
  • IsSWCustodyAndCustodyTransferModeOn = 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;
  • }
  • else
  • {
  • IsPersonLoggedInAnd12HourNotation = 0;
  • }


Please login for more