TDME2 1.9.121
Static Public Member Functions | List of all members
Network Class Reference

Network class. More...

#include <tdme/os/network/Network.h>

Collaboration diagram for Network:
Collaboration graph

Static Public Member Functions

static bool initialize ()
 Initialize. More...
 
static const string getIpByHostName (const string &hostName)
 Get IP by host name. More...
 

Detailed Description

Network class.

Author
Andreas Drewke

Definition at line 14 of file Network.h.

Member Function Documentation

◆ getIpByHostName()

const string getIpByHostName ( const string &  hostName)
static

Get IP by host name.

Parameters
hostNamehost name
Exceptions
tdme::os::network::NetworkException
Returns
ip of given host

Definition at line 43 of file Network.cpp.

◆ initialize()

bool initialize ( )
static

Initialize.

Returns
success

Definition at line 30 of file Network.cpp.


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