Skip to content

lwIP (Raw API) platform

File SolidSyslogLwipRawResolverErrors.h

FileList > Interface > SolidSyslogLwipRawResolverErrors.h

Error codes and Source identity for the LwipRawResolver adapter.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogLwipRawResolverErrors

Detail codes for events whose Source is LwipRawResolverErrorSource.

enum SolidSyslogLwipRawResolverErrors {
    SOLIDSYSLOG_LWIPRAW_RESOLVER_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_LWIPRAW_RESOLVER_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_LWIPRAW_RESOLVER_ERROR_MAX
};

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


Public Attributes Documentation

LwipRawResolverErrorSource

Identity for events raised by a LwipRawResolver.

const struct SolidSyslogErrorSource LwipRawResolverErrorSource;

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



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