class axl::io::NetworkAdapterDesc

#include <axl_io_NetworkAdapter.h>

class NetworkAdapterDesc: public axl::sl::ListLink
{
public:
    // construction

    NetworkAdapterDesc();

    // methods

    NetworkAdapterType
    getType() const;

    uint_t
    getFlags() const;

    const sl::String&
    getName() const;

    const sl::String&
    getDescription() const;

    bool
    isNullMacAddress() const;

    const uchar_t*
    getMacAddress() const;

    sl::ConstList<NetworkAdapterAddress>
    getAddressList() const;
};

Inherited Members

public:
    // methods

    ListLink*
    getNext();

    ListLink*
    getPrev();