AusweisApp2/test/helper/MsgHandlerEnterPassword.h

26 lines
551 B
C
Raw Normal View History

2019-01-03 15:06:22 +01:00
/*!
* \brief Helper static methods for \ref test_MsgHandlerEnterPin, \ref test_MsgHandlerEnterCan and \ref test_MsgHandlerEnterPuk
*
2019-05-22 10:08:38 +02:00
* \copyright Copyright (c) 2018-2019 Governikus GmbH & Co. KG, Germany
2019-01-03 15:06:22 +01:00
*/
#pragma once
#include "MessageDispatcher.h"
#include <QByteArray>
#include <QString>
namespace governikus
{
void setValidState(MessageDispatcher& pDispatcher,
bool pSelectReader,
bool pBasicReader,
const PacePasswordId pPasswordID);
QByteArray addReaderData(const char* pData, bool pKeyPad = false);
} // namespace governikus