Struct nebula::drivers::connections::Endpoint
ClassList > nebula > drivers > connections > Endpoint
Represents an IP (v4) and port endpoint.
#include <socket_utils.hpp>
Public Attributes
| Type | Name |
|---|---|
| in_addr | ip |
| uint16_t | port In host byte order. |
Public Functions
| Type | Name |
|---|---|
| sockaddr_in | to_sockaddr () const |
Public Attributes Documentation
variable ip
in_addr nebula::drivers::connections::Endpoint::ip;
variable port
In host byte order.
uint16_t nebula::drivers::connections::Endpoint::port;
Public Functions Documentation
function to_sockaddr
inline sockaddr_in nebula::drivers::connections::Endpoint::to_sockaddr () const
The documentation for this class was generated from the following file src/nebula_core/nebula_core_hw_interfaces/include/nebula_core_hw_interfaces/nebula_hw_interfaces_common/connections/socket_utils.hpp