Skip to content

lwIP (Raw API) platform

File SolidSyslogLwipRawDatagramErrors.h

FileList > Interface > SolidSyslogLwipRawDatagramErrors.h

Error codes and Source identity for the LwipRawDatagram adapter.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogLwipRawDatagramErrors

Detail codes for events whose Source is LwipRawDatagramErrorSource.

enum SolidSyslogLwipRawDatagramErrors {
    SOLIDSYSLOG_LWIPRAW_DATAGRAM_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_LWIPRAW_DATAGRAM_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_LWIPRAW_DATAGRAM_ERROR_MAX
};

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


Public Attributes Documentation

LwipRawDatagramErrorSource

Identity for events raised by a LwipRawDatagram.

const struct SolidSyslogErrorSource LwipRawDatagramErrorSource;

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



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