Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CGUIDialogNetworkSetup::Protocol Struct Reference

A structure encapsulating properties of a supported protocol. More...

#include <GUIDialogNetworkSetup.h>

Public Attributes

bool supportPath
 Protocol has path in addition to server name.
 
bool supportUsername
 Protocol uses logins.
 
bool supportPassword
 Protocol supports passwords.
 
bool supportPort
 Protocol supports port customization.
 
bool supportBrowsing
 Protocol supports server browsing.
 
int defaultPort
 Default port to use for protocol.
 
std::string type
 URL type for protocol.
 
int label
 String ID to use as label in dialog.
 
std::string addonId
 Addon identifier, leaved empty if inside Kodi.
 

Detailed Description

A structure encapsulating properties of a supported protocol.

Member Data Documentation

◆ addonId

std::string CGUIDialogNetworkSetup::Protocol::addonId

Addon identifier, leaved empty if inside Kodi.

◆ defaultPort

int CGUIDialogNetworkSetup::Protocol::defaultPort

Default port to use for protocol.

◆ label

int CGUIDialogNetworkSetup::Protocol::label

String ID to use as label in dialog.

◆ supportBrowsing

bool CGUIDialogNetworkSetup::Protocol::supportBrowsing

Protocol supports server browsing.

◆ supportPassword

bool CGUIDialogNetworkSetup::Protocol::supportPassword

Protocol supports passwords.

◆ supportPath

bool CGUIDialogNetworkSetup::Protocol::supportPath

Protocol has path in addition to server name.

◆ supportPort

bool CGUIDialogNetworkSetup::Protocol::supportPort

Protocol supports port customization.

◆ supportUsername

bool CGUIDialogNetworkSetup::Protocol::supportUsername

Protocol uses logins.

◆ type

std::string CGUIDialogNetworkSetup::Protocol::type

URL type for protocol.


The documentation for this struct was generated from the following file: