AusweisApp
Lade ...
Suche ...
Keine Treffer
Msg.h
gehe zur Dokumentation dieser Datei
1
4
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
governikus::Msg::MsgHandler
friend class MsgHandler
Definition
Msg.h:15
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
governikus::toString
char * toString(const CommandApdu &pCommandApdu)
src
ui
json
messages
Msg.h
Erzeugt von
1.13.2