RTI Connext DDS Micro C++ API  Version 3.0.3
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
UDP_InterfaceTableEntry Struct Reference

Generic structure to describe a network interface. More...

#include <netio_udp.h>

List of all members.

Public Attributes

RTI_UINT32 flags
 Flags to indicate if the interface is up etc.
RTI_UINT32 address
 The address of the interface as configured by the OS.
RTI_UINT32 netmask
 The netmask of the interface as configured by the OS.
char ifname [UDP_INTERFACE_MAX_IFNAME]
 The name of the interface as configured by the OS.

Detailed Description

Generic structure to describe a network interface.


Member Data Documentation

RTI_UINT32 UDP_InterfaceTableEntry::flags

Flags to indicate if the interface is up etc.

RTI_UINT32 UDP_InterfaceTableEntry::address

The address of the interface as configured by the OS.

RTI_UINT32 UDP_InterfaceTableEntry::netmask

The netmask of the interface as configured by the OS.

char UDP_InterfaceTableEntry::ifname[UDP_INTERFACE_MAX_IFNAME]

The name of the interface as configured by the OS.


RTI Connext DDS Micro C++ API Version 3.0.3 Copyright © Wed Jun 24 2020 Real-Time Innovations, Inc