Skip to content

FreeRTOS-Plus-TCP platform

File SolidSyslogPlusTcpAddressErrors.h

FileList > Interface > SolidSyslogPlusTcpAddressErrors.h

Error codes and Source identity for the PlusTcpAddress adapter.

  • #include "SolidSyslogExternC.h"

Public Types Documentation

SolidSyslogPlusTcpAddressErrors

Detail codes for events whose Source is PlusTcpAddressErrorSource.

enum SolidSyslogPlusTcpAddressErrors {
    SOLIDSYSLOG_PLUSTCP_ADDRESS_ERROR_POOL_EXHAUSTED,
    SOLIDSYSLOG_PLUSTCP_ADDRESS_ERROR_UNKNOWN_DESTROY,
    SOLIDSYSLOG_PLUSTCP_ADDRESS_ERROR_MAX
};

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


Public Attributes Documentation

PlusTcpAddressErrorSource

Identity for events raised by a PlusTcpAddress.

const struct SolidSyslogErrorSource PlusTcpAddressErrorSource;

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



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