struct axl::io::NetworkAdapterAddress

#include <axl_io_NetworkAdapter.h>

struct NetworkAdapterAddress: public axl::sl::ListLink
{
    // fields

    SockAddr m_address;
    size_t m_netMaskBitCount;
};

Inherited Members

public:
    // methods

    ListLink*
    getNext();

    ListLink*
    getPrev();