AusweisApp2
BluetoothUtils.h
gehe zur Dokumentation dieser Datei
1
7
#pragma once
8
9
#include <QObject>
10
11
namespace
governikus
12
{
13
14
class
BluetoothUtils
15
{
16
private
:
17
BluetoothUtils
() =
delete
;
18
~
BluetoothUtils
() =
delete
;
19
Q_DISABLE_COPY(
BluetoothUtils
)
20
21
public
:
22
static
const
ushort
DEFAULT_PADDING_LENGTH
= 4;
23
static
ushort
getPaddingLength
(ushort pParamLen, ushort pPaddingLen =
DEFAULT_PADDING_LENGTH
);
24
static
void
addPadding
(QByteArray& pData,
const
QByteArray& pContent, ushort pPaddingLen =
DEFAULT_PADDING_LENGTH
);
25
};
26
27
}
// namespace governikus
BluetoothUtils.h
governikus::BluetoothUtils::addPadding
static void addPadding(QByteArray &pData, const QByteArray &pContent, ushort pPaddingLen=DEFAULT_PADDING_LENGTH)
Definition:
BluetoothUtils.cpp:22
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:15
governikus::BluetoothUtils::getPaddingLength
static ushort getPaddingLength(ushort pParamLen, ushort pPaddingLen=DEFAULT_PADDING_LENGTH)
Definition:
BluetoothUtils.cpp:15
governikus::BluetoothUtils
Definition:
BluetoothUtils.h:15
governikus::BluetoothUtils::DEFAULT_PADDING_LENGTH
static const ushort DEFAULT_PADDING_LENGTH
Definition:
BluetoothUtils.h:22
src
card
bluetooth
messages
BluetoothUtils.h
Erzeugt von
1.8.18