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