Deskflow
1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
SecurityLevel.h
Go to the documentation of this file.
1
/*
2
* Deskflow -- mouse and keyboard sharing utility
3
* SPDX-FileCopyrightText: (C) 2025 Deskflow Developers
4
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
5
*/
6
7
#pragma once
8
13
enum class
SecurityLevel
14
{
15
PlainText
,
16
Encrypted
,
17
PeerAuth
18
};
SecurityLevel
SecurityLevel
This enum is used to set how the client and server will communicate.
Definition
SecurityLevel.h:14
SecurityLevel::PeerAuth
@ PeerAuth
Definition
SecurityLevel.h:17
SecurityLevel::PlainText
@ PlainText
Definition
SecurityLevel.h:15
SecurityLevel::Encrypted
@ Encrypted
Definition
SecurityLevel.h:16
src
lib
net
SecurityLevel.h
Generated by
1.14.0