Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
URIUtils.h File Reference
#include <string>
#include <vector>

Classes

class  URIUtils
 

Enumerations

enum class  LanCheckMode { ONLY_LOCAL_SUBNET , ANY_PRIVATE_SUBNET }
 Defines the methodology to find hosts on a given subnet. More...
 

Enumeration Type Documentation

◆ LanCheckMode

enum class LanCheckMode
strong

Defines the methodology to find hosts on a given subnet.

See also
IsHostOnLAN
Enumerator
ONLY_LOCAL_SUBNET 

Only match if the host is on the same subnet as the kodi host.

ANY_PRIVATE_SUBNET 

Match the host if it belongs to any private subnet.