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