Struct CConnection::SDataContext#
Defined in File connection.h
Nested Relationships#
This struct is a nested type of Class CConnection.
Struct Documentation#
-
struct SDataContext#
Data context structure.
Public Types
Public Members
-
uint32_t uiTotalSize = 0#
The total data size among all messages (without message header).
-
uint32_t uiCurrentOffset = 0#
The current offset within the complete fragmented data to be filled during the read process.
-
size_t nChunkIndex = 0#
The current chunk index that is to be filled during the read process.
-
uint32_t uiChunkOffset = 0#
The offset within the current chunk of data to be filled during the read process.
-
uint32_t uiTotalSize = 0#