|
enum class | Type {
None
, ServerStarted
, ServerStopped
, ClientConnected
,
ClientReconnected
, ClientDisconnected
, MountDataDir
, MountDataDirFailed
,
UnmountDataDir
, FileDownloadRequest
, FileDownloading
, FileDownloadFinished
,
FileDeleteRequest
, FileUploadRequest
, FileUploading
, FileUploadFinished
,
AreYouThereRequest
, LogCustomActivity
} |
|
|
Type | m_Type = Type::None |
|
plUInt32 | m_uiClientID = 0 |
|
const char * | m_szName = nullptr |
|
const char * | m_szPath = nullptr |
|
const char * | m_szRedirectedPath = nullptr |
|
plUInt32 | m_uiSizeTotal = 0 |
|
plUInt32 | m_uiSentTotal = 0 |
|
plFileserveFileState | m_FileState = plFileserveFileState::None |
|
The documentation for this struct was generated from the following file: