SatCat5
satcat5::coap::ManageSpp Class Reference

Detailed Description

Connection manager for CoAP endpoints using CCSDS-SPP.

This class adds a management API suitable for CoAP over SPP. User-classes should inherit from this class and coap::Endpoint.

Definition at line 132 of file coap_endpoint.h.

#include <coap_endpoint.h>

Inheritance diagram for satcat5::coap::ManageSpp:
[legend]
Collaboration diagram for satcat5::coap::ManageSpp:
[legend]

Public Member Functions

satcat5::coap::ConnectionSppconnection ()
 Accessor for the internal connection object.
 

Protected Member Functions

 ManageSpp (satcat5::coap::Endpoint *coap, u16 apid)
 Constructor and destructor should only be called by the child. More...
 

Protected Attributes

satcat5::coap::ConnectionSpp m_connection
 Point-to-point link, only one Connection is required.
 

Constructor & Destructor Documentation

◆ ManageSpp()

ManageSpp::ManageSpp ( satcat5::coap::Endpoint coap,
u16  apid 
)
protected

Constructor and destructor should only be called by the child.

Immediately binds to the specified interface and APID.

Definition at line 110 of file coap_endpoint.cc.


The documentation for this class was generated from the following files: