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