|
SatCat5
|
Statically-allocated array of ConnectionUdp objects.
Definition at line 285 of file coap_connection.h.
#include <coap_connection.h>
Public Member Functions | |
| ConnectionUdpArray (satcat5::coap::Endpoint *endpoint, satcat5::udp::Dispatch *iface) | |
| Link each ConnectionUdp object to the specified interfaces. | |
| ConnectionUdp & | operator[] (unsigned idx) |
| Access an internal connection object by index. | |
Private Attributes | |
| satcat5::coap::ConnectionUdp | m_array [SIZE] |