Add COIN_PROCESSER::NONE (machine without coin processing)
This commit is contained in:
@@ -230,6 +230,9 @@ void DeviceControllerDiag::sub_componentAssessment()
|
||||
// -----------------------------------------------------------------------------------------------
|
||||
|
||||
switch (devPara.kindOfCoinChecker) {
|
||||
case 0:
|
||||
this->coinProcessorType = nsDeviceControllerInterface::COIN_PROCESSOR::NONE;
|
||||
break;
|
||||
case 1:
|
||||
case 2:
|
||||
this->coinProcessorType = nsDeviceControllerInterface::COIN_PROCESSOR::ESCROW;
|
||||
|
||||
Reference in New Issue
Block a user