Skip to content

Windows platform

File SolidSyslogWinsockDatagramErrors.h

FileList > Interface > SolidSyslogWinsockDatagramErrors.h

Error codes and Source identity for the WinsockDatagram adapter.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogWinsockDatagramErrors

Detail codes for events whose Source is WinsockDatagramErrorSource.

enum SolidSyslogWinsockDatagramErrors {
    SOLIDSYSLOG_WINSOCK_DATAGRAM_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_WINSOCK_DATAGRAM_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_WINSOCK_DATAGRAM_ERROR_MAX
};

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


Public Attributes Documentation

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