webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
rtc::NetworkRoute Struct Reference

#include <networkroute.h>

Public Member Functions

 NetworkRoute ()
 
 NetworkRoute (bool connected, uint16_t local_net_id, uint16_t remote_net_id, int last_packet_id)
 
bool operator== (const NetworkRoute &nr) const
 
bool operator!= (const NetworkRoute &nr) const
 
 NetworkRoute ()
 
 NetworkRoute (bool connected, uint16_t local_net_id, uint16_t remote_net_id, int last_packet_id)
 
bool operator== (const NetworkRoute &nr) const
 
bool operator!= (const NetworkRoute &nr) const
 

Public Attributes

bool connected
 
uint16_t local_network_id
 
uint16_t remote_network_id
 
int last_sent_packet_id
 

Constructor & Destructor Documentation

◆ NetworkRoute() [1/4]

rtc::NetworkRoute::NetworkRoute ( )
inline

◆ NetworkRoute() [2/4]

rtc::NetworkRoute::NetworkRoute ( bool  connected,
uint16_t  local_net_id,
uint16_t  remote_net_id,
int  last_packet_id 
)
inline

◆ NetworkRoute() [3/4]

rtc::NetworkRoute::NetworkRoute ( )
inline

◆ NetworkRoute() [4/4]

rtc::NetworkRoute::NetworkRoute ( bool  connected,
uint16_t  local_net_id,
uint16_t  remote_net_id,
int  last_packet_id 
)
inline

Member Function Documentation

◆ operator!=() [1/2]

bool rtc::NetworkRoute::operator!= ( const NetworkRoute nr) const
inline

◆ operator!=() [2/2]

bool rtc::NetworkRoute::operator!= ( const NetworkRoute nr) const
inline

◆ operator==() [1/2]

bool rtc::NetworkRoute::operator== ( const NetworkRoute nr) const
inline

◆ operator==() [2/2]

bool rtc::NetworkRoute::operator== ( const NetworkRoute nr) const
inline

Member Data Documentation

◆ connected

bool rtc::NetworkRoute::connected

◆ last_sent_packet_id

int rtc::NetworkRoute::last_sent_packet_id

◆ local_network_id

uint16_t rtc::NetworkRoute::local_network_id

◆ remote_network_id

uint16_t rtc::NetworkRoute::remote_network_id

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