Struct CConnection::SDataContext#

Nested Relationships#

This struct is a nested type of Class CConnection.

Struct Documentation#

struct SDataContext#

Data context structure.

Public Types

typedef sdv::sequence<sdv::pointer<uint8_t>> seqDataChunks#

The data chunks allocated during table reading and available after uiCurrentOffset is identical to uiTotalSize.

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.