class Core::Sockets::AdapterIterator
#include <corenetwork.h> class AdapterIterator { public: // typedefs typedef Platform::AdapterIterator::Entry Entry; // methods const Entry* next(); bool matches(const Entry* entry) const; bool getIPAddress(IPAddress& address, const Entry* entry) const; bool getIPSubnetMask(IPAddress& address, const Entry* entry) const; };