Kodi Development  20.0
for Binary and Script based Add-Ons

Inherits CStructHdl< VFSUrl, VFSURL >.

Public Member Functions

std::string GetDomain () const
 The associated domain name, which is optional and not available in all cases. More...
 
std::string GetFilename () const
 With this variable the desired path to a folder or file within the hostname is given (e.g. storage/videos/00001.ts). More...
 
std::string GetHostname () const
 This includes the network address (e.g. 192.168.0.123) or if the addon refers to file packages the path to it (e.g. /home/by_me/MyPacket.rar). More...
 
std::string GetOptions () const
 Special options on opened URL, this can e.g. on RAR packages ?flags=8&nextvalue=123 to inform about to not cache a read. More...
 
std::string GetPassword () const
 Desired password. More...
 
unsigned int GetPort () const
 Networking port to use for protocol. More...
 
std::string GetProtocol () const
 Protocol name used on this stream, e.g. sftp. More...
 
std::string GetRedacted () const
 The complete URL is passed on here, but the user name and password are not shown and only appear to there as USERNAME:PASSWORD. More...
 
std::string GetSharename () const
 The name which is taken as the basis by source and would be first in folder view. More...
 
std::string GetURL () const
 Desired URL of the file system to be edited. More...
 
std::string GetUsername () const
 Desired username. More...
 
- Public Member Functions inherited from CStructHdl< VFSUrl, VFSURL >
 CStructHdl (const VFSUrl &cppClass)
 
 CStructHdl (const VFSURL *cStructure)
 
 CStructHdl (VFSURL *cStructure)
 
const VFSURLGetCStructure () const
 
 operator const VFSURL * () const
 
 operator VFSURL * ()
 
const CStructHdloperator= (const CStructHdl &right)
 
const CStructHdloperator= (const VFSURL &right)
 

Additional Inherited Members

- Protected Attributes inherited from CStructHdl< VFSUrl, VFSURL >
VFSURLm_cStructure
 

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