File SolidSyslogLwipRawResolverErrors.h¶
FileList > Interface > SolidSyslogLwipRawResolverErrors.h
Go to the source code of this file
Error codes and Source identity for the LwipRawResolver adapter.
#include "ExternC.h"
Public Types¶
| Type | Name |
|---|---|
| enum | SolidSyslogLwipRawResolverErrors Detail codes for events whose Source is LwipRawResolverErrorSource. |
Public Attributes¶
| Type | Name |
|---|---|
| const struct SolidSyslogErrorSource | LwipRawResolverErrorSource Identity for events raised by a LwipRawResolver. |
Public Types Documentation¶
enum SolidSyslogLwipRawResolverErrors¶
Detail codes for events whose Source is LwipRawResolverErrorSource.
enum SolidSyslogLwipRawResolverErrors {
LWIPRAWRESOLVER_ERROR_POOL_EXHAUSTED,
LWIPRAWRESOLVER_ERROR_UNKNOWN_DESTROY,
LWIPRAWRESOLVER_ERROR_MAX
};
A handler reads these off event->Detail after matching event->Source; the members name their own fault.
Public Attributes Documentation¶
variable LwipRawResolverErrorSource¶
Identity for events raised by a LwipRawResolver.
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