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