|
SatCat5
|
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>
Public Member Functions | |
| satcat5::coap::ConnectionSpp * | connection () |
| 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. | |
|
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.