Skip to content

File SolidSyslogWinsockDatagramErrors.h

FileList > Interface > SolidSyslogWinsockDatagramErrors.h

Go to the source code of this file

Error codes and Source identity for the WinsockDatagram adapter.

  • #include "ExternC.h"

Public Types

Type Name
enum SolidSyslogWinsockDatagramErrors
Detail codes for events whose Source is WinsockDatagramErrorSource.

Public Attributes

Type Name
const struct SolidSyslogErrorSource WinsockDatagramErrorSource
Identity for events raised by a WinsockDatagram.

Public Types Documentation

enum SolidSyslogWinsockDatagramErrors

Detail codes for events whose Source is WinsockDatagramErrorSource.

enum SolidSyslogWinsockDatagramErrors {
    WINSOCKDATAGRAM_ERROR_POOL_EXHAUSTED,
    WINSOCKDATAGRAM_ERROR_UNKNOWN_DESTROY,
    WINSOCKDATAGRAM_ERROR_MAX
};

A handler reads these off event->Detail after matching event->Source; the members name their own fault.


Public Attributes Documentation

variable WinsockDatagramErrorSource

Identity for events raised by a WinsockDatagram.

const struct SolidSyslogErrorSource WinsockDatagramErrorSource;

A handler matches by address (event->Source == &WinsockDatagramErrorSource), then reads event->Detail as an enum SolidSyslogWinsockDatagramErrors.



The documentation for this class was generated from the following file Platform/Windows/Interface/SolidSyslogWinsockDatagramErrors.h