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

A structure encapsulating properties of supplied protocol. More...

#include <VFSEntry.h>

Public Member Functions

 ProtocolInfo (const AddonInfoPtr &addonInfo)
 The constructor reads the info from an add-on info structure.
 

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.
 
bool supportWrite
 Protocol supports write operations.
 
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.
 

Detailed Description

A structure encapsulating properties of supplied protocol.

Constructor & Destructor Documentation

◆ ProtocolInfo()

ADDON::CVFSEntry::ProtocolInfo::ProtocolInfo ( const AddonInfoPtr & addonInfo)

The constructor reads the info from an add-on info structure.

Member Data Documentation

◆ defaultPort

int ADDON::CVFSEntry::ProtocolInfo::defaultPort

Default port to use for protocol.

◆ label

int ADDON::CVFSEntry::ProtocolInfo::label

String ID to use as label in dialog.

◆ supportBrowsing

bool ADDON::CVFSEntry::ProtocolInfo::supportBrowsing

Protocol supports server browsing.

◆ supportPassword

bool ADDON::CVFSEntry::ProtocolInfo::supportPassword

Protocol supports passwords.

◆ supportPath

bool ADDON::CVFSEntry::ProtocolInfo::supportPath

Protocol has path in addition to server name.

◆ supportPort

bool ADDON::CVFSEntry::ProtocolInfo::supportPort

Protocol supports port customization.

◆ supportUsername

bool ADDON::CVFSEntry::ProtocolInfo::supportUsername

Protocol uses logins.

◆ supportWrite

bool ADDON::CVFSEntry::ProtocolInfo::supportWrite

Protocol supports write operations.

◆ type

std::string ADDON::CVFSEntry::ProtocolInfo::type

URL type for protocol.


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