Class ApiLogStatus

Class Documentation

class ApiLogStatus

This class contains the status of the API log.

Public Functions

ApiLogStatus()

Public Members

ApiLogState::T state

The current state of the API log.

unsigned int queueSize

The size of the memory buffer of the API log.

unsigned int dataSize

The size of the data in the memory buffer of the API log.

int errorCode

The error code of the last error encountered by the API log. The error codes are defined in ErrorCode.