33#ifndef SBG_ECOM_LOG_SESSION_INFO_H
34#define SBG_ECOM_LOG_SESSION_INFO_H
Main header for the SBG Systems common C library.
SbgErrorCode sbgEComLogSessionInfoWriteToStream(const SbgEComLogSessionInfo *pLogData, SbgStreamBuffer *pStreamBuffer)
struct _SbgEComLogSessionInfo SbgEComLogSessionInfo
SbgErrorCode sbgEComLogSessionInfoReadFromStream(SbgEComLogSessionInfo *pLogData, SbgStreamBuffer *pStreamBuffer)
enum _SbgErrorCode SbgErrorCode
Used to read/write data from/to a memory buffer stream.
struct _SbgStreamBuffer SbgStreamBuffer
Definition sbgEComLogSessionInfo.h:54
uint16_t pageIndex
Definition sbgEComLogSessionInfo.h:55
char buffer[256]
Definition sbgEComLogSessionInfo.h:58
uint16_t nrPages
Definition sbgEComLogSessionInfo.h:56
size_t size
Definition sbgEComLogSessionInfo.h:57