Skip to content

File SolidSyslogPlusTcpTcpStreamErrors.h

FileList > Interface > SolidSyslogPlusTcpTcpStreamErrors.h

Go to the source code of this file

Error codes and Source identity for the PlusTcpTcpStream adapter.

  • #include "ExternC.h"

Public Types

Type Name
enum SolidSyslogPlusTcpTcpStreamErrors
Detail codes for events whose Source is PlusTcpTcpStreamErrorSource.

Public Attributes

Type Name
const struct SolidSyslogErrorSource PlusTcpTcpStreamErrorSource
Identity for events raised by a PlusTcpTcpStream.

Public Types Documentation

enum SolidSyslogPlusTcpTcpStreamErrors

Detail codes for events whose Source is PlusTcpTcpStreamErrorSource.

enum SolidSyslogPlusTcpTcpStreamErrors {
    PLUSTCPTCPSTREAM_ERROR_POOL_EXHAUSTED,
    PLUSTCPTCPSTREAM_ERROR_UNKNOWN_DESTROY,
    PLUSTCPTCPSTREAM_ERROR_MAX
};

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


Public Attributes Documentation

variable PlusTcpTcpStreamErrorSource

Identity for events raised by a PlusTcpTcpStream.

const struct SolidSyslogErrorSource PlusTcpTcpStreamErrorSource;

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