|
enum | Type {
None,
ServerStarted,
ServerStopped,
ClientConnected,
ClientReconnected,
ClientDisconnected,
MountDataDir,
MountDataDirFailed,
UnmountDataDir,
FileDownloadRequest,
FileDownloading,
FileDownloadFinished,
FileDeleteRequest,
FileUploadRequest,
FileUploading,
FileUploadFinished,
AreYouThereRequest,
LogCustomActivity
} |
|
|
Type | m_Type = Type::None |
|
ezUInt32 | m_uiClientID = 0 |
|
const char * | m_szName = nullptr |
|
const char * | m_szPath = nullptr |
|
const char * | m_szRedirectedPath = nullptr |
|
ezUInt32 | m_uiSizeTotal = 0 |
|
ezUInt32 | m_uiSentTotal = 0 |
|
ezFileserveFileState | m_FileState = ezFileserveFileState::None |
|
The documentation for this struct was generated from the following file:
- /home/runner/work/ezEngine/ezEngine/Code/EnginePlugins/FileservePlugin/Fileserver/Fileserver.h