Add COIN_PROCESSER::NONE (machine without coin processing)
This commit is contained in:
parent
ba7d801330
commit
d5786aa5ab
@ -230,6 +230,9 @@ void DeviceControllerDiag::sub_componentAssessment()
|
|||||||
// -----------------------------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
switch (devPara.kindOfCoinChecker) {
|
switch (devPara.kindOfCoinChecker) {
|
||||||
|
case 0:
|
||||||
|
this->coinProcessorType = nsDeviceControllerInterface::COIN_PROCESSOR::NONE;
|
||||||
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
case 2:
|
case 2:
|
||||||
this->coinProcessorType = nsDeviceControllerInterface::COIN_PROCESSOR::ESCROW;
|
this->coinProcessorType = nsDeviceControllerInterface::COIN_PROCESSOR::ESCROW;
|
||||||
|
@ -234,7 +234,8 @@ namespace nsDeviceControllerInterface {
|
|||||||
|
|
||||||
enum class COIN_PROCESSOR : quint8 {
|
enum class COIN_PROCESSOR : quint8 {
|
||||||
CHANGER,
|
CHANGER,
|
||||||
ESCROW
|
ESCROW,
|
||||||
|
NONE
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class BILL_ACCEPTOR : quint8 {
|
enum class BILL_ACCEPTOR : quint8 {
|
||||||
|
Loading…
Reference in New Issue
Block a user