Dante Application Library API
Public Attributes | List of all members
Audinate::DAL::AvailableInterface Class Reference

An available network interface that is valid for use with DAL. More...

#include <DAL.hpp>

Public Attributes

unsigned int index
 integer index of the interface
 
std::wstring name
 wstring name of the interface. More...
 
std::string name
 string name of the interface. More...
 
bool isLinkUp
 Is the network interface link currently connected.
 

Detailed Description

An available network interface that is valid for use with DAL.

Member Data Documentation

◆ name [1/2]

std::wstring Audinate::DAL::AvailableInterface::name

wstring name of the interface.

Note
Windows only.

◆ name [2/2]

std::string Audinate::DAL::AvailableInterface::name

string name of the interface.

Note
macOS only. This is the posix interface name, e.g. 'en0'

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