UDPConnection
A network connection implementation over UDP
Loading...
Searching...
No Matches
Data Fields
UDPC_ConnectionId Struct Reference

Data identifying a peer via addr, port, and scope_id. More...

#include <UDPC.h>

Data Fields

UDPC_IPV6_ADDR_TYPE addr
 
uint32_t scope_id
 
uint16_t port
 

Detailed Description

Data identifying a peer via addr, port, and scope_id.

This struct needn't be used directly; use UDPC_create_id(), UDPC_create_id_full(), UDPC_create_id_anyaddr(), or UDPC_create_id_easy() to create one. This struct does not hold dynamic data, so there is no need to free it.


The documentation for this struct was generated from the following file: