AusweisApp
Lade ...
Suche ...
Keine Treffer
Msg.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
MsgTypes.h
"
8
9
namespace
governikus
10
{
11
class
MsgHandler;
12
13
class
Msg
final
14
{
15
friend
class
MsgHandler
;
16
17
private
:
18
MsgType
mType;
19
QByteArray
mData
;
20
21
Msg
(
const
MsgType
&
pType
,
const
QByteArray
&
pData
);
22
23
public
:
24
Msg
();
25
operator
QByteArray
()
const
;
26
operator
MsgType
()
const
;
27
explicit
operator
bool
()
const
;
28
};
29
30
char
*
toString
(
const
Msg
&
pMsg
);
31
32
}
// namespace governikus
MsgTypes.h
governikus::MsgHandler
Definition
MsgHandler.h:16
governikus::Msg
Definition
Msg.h:14
governikus::Msg::Msg
Msg()
Definition
Msg.cpp:16
mData
struct Data mData
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
governikus::toString
char * toString(const CommandApdu &pCommandApdu)
governikus::decodeObject
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition
ASN1TemplateUtil.h:112
src
ui
json
messages
Msg.h
Erzeugt von
1.10.0