File SolidSyslogLwipRawDnsResolverErrors.h¶
FileList > Interface > SolidSyslogLwipRawDnsResolverErrors.h
Go to the source code of this file
Error codes and Source identity for the LwipRawDnsResolver adapter.
#include "ExternC.h"
Public Types¶
| Type | Name |
|---|---|
| enum | SolidSyslogLwipRawDnsResolverErrors Detail codes for events whose Source is LwipRawDnsResolverErrorSource. |
Public Attributes¶
| Type | Name |
|---|---|
| const struct SolidSyslogErrorSource | LwipRawDnsResolverErrorSource Identity for events raised by a LwipRawDnsResolver. |
Public Types Documentation¶
enum SolidSyslogLwipRawDnsResolverErrors¶
Detail codes for events whose Source is LwipRawDnsResolverErrorSource.
enum SolidSyslogLwipRawDnsResolverErrors {
LWIPRAWDNSRESOLVER_ERROR_POOL_EXHAUSTED,
LWIPRAWDNSRESOLVER_ERROR_UNKNOWN_DESTROY,
LWIPRAWDNSRESOLVER_ERROR_RESOLVE_TIMEOUT,
LWIPRAWDNSRESOLVER_ERROR_MAX
};
A handler reads these off event->Detail after matching event->Source; the members name their own fault.
Public Attributes Documentation¶
variable LwipRawDnsResolverErrorSource¶
Identity for events raised by a LwipRawDnsResolver.
A handler matches by address (event->Source == &LwipRawDnsResolverErrorSource), then reads event->Detail as an enum SolidSyslogLwipRawDnsResolverErrors.
The documentation for this class was generated from the following file Platform/LwipRaw/Interface/SolidSyslogLwipRawDnsResolverErrors.h