Skip to content

lwIP (Raw API) platform

File SolidSyslogLwipRawAddressErrors.h

FileList > Interface > SolidSyslogLwipRawAddressErrors.h

Error codes and Source identity for the LwipRawAddress adapter.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogLwipRawAddressErrors

Detail codes for events whose Source is LwipRawAddressErrorSource.

enum SolidSyslogLwipRawAddressErrors {
    SOLIDSYSLOG_LWIPRAW_ADDRESS_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_LWIPRAW_ADDRESS_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_LWIPRAW_ADDRESS_ERROR_MAX
};

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


Public Attributes Documentation

LwipRawAddressErrorSource

Identity for events raised by a LwipRawAddress.

const struct SolidSyslogErrorSource LwipRawAddressErrorSource;

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



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