File SolidSyslogLwipRawDnsResolverErrors.h¶
FileList > Interface > SolidSyslogLwipRawDnsResolverErrors.h
Error codes and Source identity for the LwipRawDnsResolver adapter.
#include "SolidSyslogExternC.h"
Public Types Documentation¶
SolidSyslogLwipRawDnsResolverErrors¶
Detail codes for events whose Source is LwipRawDnsResolverErrorSource.
enum SolidSyslogLwipRawDnsResolverErrors {
SOLIDSYSLOG_LWIPRAW_DNS_RESOLVER_ERROR_POOL_EXHAUSTED,
SOLIDSYSLOG_LWIPRAW_DNS_RESOLVER_ERROR_UNKNOWN_DESTROY,
SOLIDSYSLOG_LWIPRAW_DNS_RESOLVER_ERROR_RESOLVE_TIMEOUT,
SOLIDSYSLOG_LWIPRAW_DNS_RESOLVER_ERROR_MAX
};
A handler reads these off event->Detail after matching event->Source; the members name their own fault.
Public Attributes Documentation¶
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