|
@@ -682,7 +682,9 @@ typedef union
|
|
unsigned int TelcomModemStatusRequest:1; // 0: no request, 1: 4g connection status has changed ( cabinet -> dispenser)
|
|
unsigned int TelcomModemStatusRequest:1; // 0: no request, 1: 4g connection status has changed ( cabinet -> dispenser)
|
|
unsigned int BillingStatusRequest:1; // 0: no request, 1: billing status has changed ( cabinet -> dispenser)
|
|
unsigned int BillingStatusRequest:1; // 0: no request, 1: billing status has changed ( cabinet -> dispenser)
|
|
unsigned int StopButtonStatusRequest:1; // 0: no request, 1: stop charging button status has changed ( cabinet -> dispenser)
|
|
unsigned int StopButtonStatusRequest:1; // 0: no request, 1: stop charging button status has changed ( cabinet -> dispenser)
|
|
- unsigned int res:9;
|
|
|
|
|
|
+ unsigned int AuthModeConfigRequest:1; // 0: no request, 1: AuthMode Config has changed ( cabinet -> dispenser)
|
|
|
|
+ unsigned int EVCCIDConfigRequest:1; // 0: no request, 1: EVCCID Config has changed ( cabinet -> dispenser)
|
|
|
|
+ unsigned int res:7;
|
|
}bits;
|
|
}bits;
|
|
}DispenserSettingFlag;
|
|
}DispenserSettingFlag;
|
|
|
|
|
|
@@ -873,6 +875,8 @@ typedef struct
|
|
unsigned int StopChargingButton; // 0: disable, 1: enable
|
|
unsigned int StopChargingButton; // 0: disable, 1: enable
|
|
unsigned int HardwareReboot; // 1: HardwareReboot, Other value: no effect
|
|
unsigned int HardwareReboot; // 1: HardwareReboot, Other value: no effect
|
|
unsigned int SoftwareRestart; // 1: SoftwareRestart, Other value: no effect
|
|
unsigned int SoftwareRestart; // 1: SoftwareRestart, Other value: no effect
|
|
|
|
+ unsigned int AuthModeConfig; // 0: enable, 1: disable
|
|
|
|
+ unsigned int EVCCIDConfig; // 0: disable, 1: enable
|
|
}CabinetMiscCommand;
|
|
}CabinetMiscCommand;
|
|
|
|
|
|
typedef struct DC_METER_INFO
|
|
typedef struct DC_METER_INFO
|