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