|
@@ -1721,7 +1721,12 @@ struct AlarmCodeData
|
|
|
unsigned char :3; //reserved bit 4 ~ bit 7
|
|
|
//AlarmVal[19]
|
|
|
unsigned char PaymentCommTimeout:1; //Payment system communication timeout
|
|
|
- unsigned char :7; //reserved bit 1 ~ bit 7
|
|
|
+ unsigned char MeterSlaveLosLink:1; //DCMB meter slave module los link
|
|
|
+ unsigned char MeterSyncTimeError:1; //DCMB meter Sync Time Error
|
|
|
+ unsigned char MetertStartTransactionError:1; //DCMB meter Start Transaction Error
|
|
|
+ unsigned char MetertStopTransactionError:1; //DCMB meter Stop Transaction Error
|
|
|
+ unsigned char MetertGetTransactionOcmfError:1; //DCMB meter Get OCMF Error
|
|
|
+ unsigned char :2; //reserved bit 1 ~ bit 7
|
|
|
}bits;
|
|
|
}AlarmEvents;
|
|
|
};
|