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

A struct containing information related to the type of event. More...

#include <UDPC.h>

Data Structures

union  Value
 

Data Fields

UDPC_EventType type
 
UDPC_ConnectionId conId
 
union UDPC_Event::Value v
 

Detailed Description

A struct containing information related to the type of event.

Note that instances of this struct received from a call to UDPC_get_event() will not store any useful data in its union member variable v (it will only be used internally). Thus, all events received through a call to UDPC_get_event() will contain a valid UDPC_ConnectionId conId that identifies the peer that the event is referring to.


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