|
@@ -216,8 +216,6 @@ public:
|
|
|
bool Get12Account(char *szAcc);
|
|
|
int GetInput(SpReqAnsContext<PinPadService_GetInputSM_Req, PinPadService_GetInputSM_Ans>::Pointer ctxSM);
|
|
|
ErrorCodeEnum GetEncryptText(SpReqAnsContext<PinPadService_GetInputSM_Req, PinPadService_GetInputSM_Ans>::Pointer ctxSM);
|
|
|
- bool GetDevInitFlag(){ return m_bOpened;}
|
|
|
- bool GetDeviceOpeningFlag() { return m_bOpening; }
|
|
|
void SetExitFlag(){m_bExit = true;}
|
|
|
bool GetEntityExit() { return m_bEntityExit;}
|
|
|
void SetCtx(SpReqAnsContext<PinPadService_GetInputSM_Req, PinPadService_GetInputSM_Ans>::Pointer ctxSM)
|