Skip to content

FreeRTOS-Plus-TCP platform

File SolidSyslogPlusTcpDatagramErrors.h

FileList > Interface > SolidSyslogPlusTcpDatagramErrors.h

Error codes and Source identity for the PlusTcpDatagram adapter.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogPlusTcpDatagramErrors

Detail codes for events whose Source is PlusTcpDatagramErrorSource.

enum SolidSyslogPlusTcpDatagramErrors {
    SOLIDSYSLOG_PLUSTCP_DATAGRAM_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_PLUSTCP_DATAGRAM_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_PLUSTCP_DATAGRAM_ERROR_MAX
};

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


Public Attributes Documentation

PlusTcpDatagramErrorSource

Identity for events raised by a PlusTcpDatagram.

const struct SolidSyslogErrorSource PlusTcpDatagramErrorSource;

A handler matches by address (event->Source == &PlusTcpDatagramErrorSource), then reads event->Detail as an enum SolidSyslogPlusTcpDatagramErrors.



The documentation for this class was generated from the following file Platform/PlusTcp/Interface/SolidSyslogPlusTcpDatagramErrors.h