|
|
@@ -221,7 +221,7 @@ unsigned int ResourceWatcherFSM::s1_on_event(FSMEvent* e)
|
|
|
else
|
|
|
{
|
|
|
Dbg("In Not Pad MachineType, Receive Query CardSwiper Status Event");
|
|
|
- fetchEvt->ctx->Answer(Error_InvalidState);
|
|
|
+ fetchEvt->ctx->Answer(Error_NotSupport);
|
|
|
}
|
|
|
e->SetHandled();
|
|
|
}
|
|
|
@@ -312,7 +312,7 @@ unsigned int ResourceWatcherFSM::s2_on_event(FSMEvent* e)
|
|
|
else
|
|
|
{
|
|
|
Dbg("In Not Pad MachineType, Receive Query CardSwiper Status Event");
|
|
|
- fetchEvt->ctx->Answer(Error_InvalidState);
|
|
|
+ fetchEvt->ctx->Answer(Error_NotSupport);
|
|
|
}
|
|
|
e->SetHandled();
|
|
|
}
|
|
|
@@ -376,7 +376,7 @@ unsigned int ResourceWatcherFSM::s3_on_event(FSMEvent* e)
|
|
|
else
|
|
|
{
|
|
|
Dbg("In Not Pad MachineType, Receive Query CardSwiper Status Event");
|
|
|
- fetchEvt->ctx->Answer(Error_InvalidState);
|
|
|
+ fetchEvt->ctx->Answer(Error_NotSupport);
|
|
|
}
|
|
|
e->SetHandled();
|
|
|
}
|