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