Skip to content

File SolidSyslogLwipRawAddressErrors.h

FileList > Interface > SolidSyslogLwipRawAddressErrors.h

Go to the source code of this file

Error codes and Source identity for the LwipRawAddress adapter.

  • #include "ExternC.h"

Public Types

Type Name
enum SolidSyslogLwipRawAddressErrors
Detail codes for events whose Source is LwipRawAddressErrorSource.

Public Attributes

Type Name
const struct SolidSyslogErrorSource LwipRawAddressErrorSource
Identity for events raised by a LwipRawAddress.

Public Types Documentation

enum SolidSyslogLwipRawAddressErrors

Detail codes for events whose Source is LwipRawAddressErrorSource.

enum SolidSyslogLwipRawAddressErrors {
    LWIPRAWADDRESS_ERROR_POOL_EXHAUSTED,
    LWIPRAWADDRESS_ERROR_UNKNOWN_DESTROY,
    LWIPRAWADDRESS_ERROR_MAX
};

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


Public Attributes Documentation

variable 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