Agora  1.2.0
Agora project
eth_routing_info_t Struct Reference

#include <eth_common.h>

Public Member Functions

std::string to_string ()
 

Public Attributes

uint8_t mac [6]
 
uint32_t ipv4_addr
 
uint16_t udp_port
 

Detailed Description

eRPC session endpoint routing info for Ethernet-based transports. The MAC address is in the byte order retrived from the driver. The IPv4 address and UDP port are in host-byte order.

Member Function Documentation

◆ to_string()

std::string eth_routing_info_t::to_string ( )
inline
Here is the call graph for this function:

Member Data Documentation

◆ ipv4_addr

uint32_t eth_routing_info_t::ipv4_addr

◆ mac

uint8_t eth_routing_info_t::mac[6]

◆ udp_port

uint16_t eth_routing_info_t::udp_port

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