kodi
Public Member Functions | Public Attributes | List of all members
ADDON::CVFSEntry::ProtocolInfo Struct Reference

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

#include <VFSEntry.h>

Collaboration diagram for ADDON::CVFSEntry::ProtocolInfo:
Collaboration graph
[legend]

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.


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