Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
addons/kodi-addon-dev-kit/include/kodi/Network.h File Reference
#include "AddonBase.h"

Classes

struct  AddonToKodiFuncTable_kodi_network
 

Namespaces

namespace  kodi
 
namespace  kodi::network
 

Typedefs

typedef struct AddonToKodiFuncTable_kodi_network AddonToKodiFuncTable_kodi_network
 

Functions

bool kodi::network::WakeOnLan (const std::string &mac)
 Send WakeOnLan magic packet. More...
 
std::string kodi::network::GetIPAddress ()
 To the current own ip address as a string. More...
 
std::string kodi::network::URLEncode (const std::string &url)
 URL encodes the given string. More...
 
bool kodi::network::DNSLookup (const std::string &hostName, std::string &ipAddress)
 Lookup URL in DNS cache. More...
 

Typedef Documentation

◆ AddonToKodiFuncTable_kodi_network