File SolidSyslogLwipRawTcpStreamErrors.h¶
FileList > Interface > SolidSyslogLwipRawTcpStreamErrors.h
Error codes and Source identity for the LwipRawTcpStream adapter.
#include "SolidSyslogExternC.h"
Public Types Documentation¶
SolidSyslogLwipRawTcpStreamErrors¶
Detail codes for events whose Source is LwipRawTcpStreamErrorSource.
enum SolidSyslogLwipRawTcpStreamErrors {
SOLIDSYSLOG_LWIPRAW_TCP_STREAM_ERROR_POOL_EXHAUSTED,
SOLIDSYSLOG_LWIPRAW_TCP_STREAM_ERROR_UNKNOWN_DESTROY,
SOLIDSYSLOG_LWIPRAW_TCP_STREAM_ERROR_MAX
};
A handler reads these off event->Detail after matching event->Source; the members name their own fault.
Public Attributes Documentation¶
LwipRawTcpStreamErrorSource¶
Identity for events raised by a LwipRawTcpStream.
A handler matches by address (event->Source == &LwipRawTcpStreamErrorSource), then reads event->Detail as an enum SolidSyslogLwipRawTcpStreamErrors.
The documentation for this class was generated from the following file Platform/LwipRaw/Interface/SolidSyslogLwipRawTcpStreamErrors.h