Skip to content
«interface»SolidSyslogDatagramNullDatagramCore · no-op

File SolidSyslogNullDatagram.h

FileList > Core > Interface > SolidSyslogNullDatagram.h

The no-op Datagram Null object: SendTo returns SENT (drops the datagram on the floor so the Store does not fill with undeliverables), MaxPayload returns the IPv6-safe default, Open and Close are no-ops.

  • #include "SolidSyslogExternC.h"

Public Functions Documentation

SolidSyslogNullDatagram_Get

Open and Close are no-ops.

struct SolidSyslogDatagram * SolidSyslogNullDatagram_Get (
    void
) 

SendTo returns SENT, reporting the datagram as delivered so the Store drops it rather than accumulating undeliverables. MaxPayload returns the IPv6-safe default.



The documentation for this class was generated from the following file Core/Interface/SolidSyslogNullDatagram.h