Skip to content

FreeRTOS-Plus-TCP platform

«interface»SolidSyslogAddressPlusTcpAddressPlusTcp

File SolidSyslogPlusTcpAddress.h

FileList > Interface > SolidSyslogPlusTcpAddress.h

  • #include "SolidSyslogExternC.h"

Detailed Description

A FreeRTOS-Plus-TCP destination-address handle wrapping struct freertos_sockaddr.

A Resolver writes the resolved IPv4 endpoint into it; a Datagram or Stream reads it back to send. It is a value slot the two sides share, not a vtable object.

Public Functions Documentation

SolidSyslogPlusTcpAddress_Create

Draw one per sender from the pool (SOLIDSYSLOG_ADDRESS_POOL_SIZE); on exhaustion Create returns a shared TU-private singleton, so integrators that overflow the pool share that storage and race on it.

struct SolidSyslogAddress * SolidSyslogPlusTcpAddress_Create (
    void
) 


SolidSyslogPlusTcpAddress_Destroy

Release the pool slot.

void SolidSyslogPlusTcpAddress_Destroy (
    struct SolidSyslogAddress * base
) 



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