Skip to content

File SolidSyslogWinsockTcpStreamErrors.h

FileList > Interface > SolidSyslogWinsockTcpStreamErrors.h

Go to the source code of this file

Error codes and Source identity for the WinsockTcpStream adapter.

  • #include "ExternC.h"

Public Types

Type Name
enum SolidSyslogWinsockTcpStreamErrors
Detail codes for events whose Source is WinsockTcpStreamErrorSource.

Public Attributes

Type Name
const struct SolidSyslogErrorSource WinsockTcpStreamErrorSource
Identity for events raised by a WinsockTcpStream.

Public Types Documentation

enum SolidSyslogWinsockTcpStreamErrors

Detail codes for events whose Source is WinsockTcpStreamErrorSource.

enum SolidSyslogWinsockTcpStreamErrors {
    WINSOCKTCPSTREAM_ERROR_POOL_EXHAUSTED,
    WINSOCKTCPSTREAM_ERROR_UNKNOWN_DESTROY,
    WINSOCKTCPSTREAM_ERROR_MAX
};

A handler reads these off event->Detail after matching event->Source; the members name their own fault.


Public Attributes Documentation

variable WinsockTcpStreamErrorSource

Identity for events raised by a WinsockTcpStream.

const struct SolidSyslogErrorSource WinsockTcpStreamErrorSource;

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