Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
Protocol Enumerations

Enumeration types used in protocol messages. More...

Classes

struct  ChunkType
 File transfer data chunk types. More...

Enumerations

enum class  TransferState : uint8_t { TransferState::Started , TransferState::InProgress , TransferState::Finished , TransferState::Error }
 Data reception state codes. More...

Detailed Description

Enumeration types used in protocol messages.

Enumeration Type Documentation

◆ TransferState

enum class TransferState : uint8_t
strong

Data reception state codes.

Used internally to track the state of data reception during clipboard operations.

Since
Protocol version 1.5
Enumerator
Started 

Reception started.

InProgress 

Reception in progress.

Finished 

Reception completed successfully.

Error 

Reception failed with error.