Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

#include <Channels.h>

Inheritance diagram for kodi::addon::PVRDescrambleInfo:
kodi::addon::CStructHdl< PVRDescrambleInfo, PVR_DESCRAMBLE_INFO >

Public Member Functions

void SetPID (int pid)
 optional
Packet identifier.
 
int GetPID () const
 To get with SetPID changed values.
 
void SetCAID (int iCaid)
 optional
Conditional access identifier.
 
int GetCAID () const
 To get with SetCAID changed values.
 
void SetProviderID (int provid)
 optional
Provider-ID.
 
int GetProviderID () const
 To get with SetProviderID changed values.
 
void SetECMTime (int ecmTime)
 optional
ECM time.
 
int GetECMTime () const
 To get with SetECMTime changed values.
 
void SetHops (int hops)
 optional
Hops.
 
int GetHops () const
 To get with SetHops changed values.
 
void SetCardSystem (const std::string &cardSystem)
 optional
Empty string if not available.
 
std::string GetCardSystem () const
 To get with SetCardSystem changed values.
 
void SetReader (const std::string &reader)
 optional
Empty string if not available.
 
std::string GetReader () const
 To get with SetReader changed values.
 
void SetFrom (const std::string &from)
 optional
Empty string if not available.
 
std::string GetFrom () const
 To get with SetFrom changed values.
 
void SetProtocol (const std::string &protocol)
 optional
Empty string if not available.
 
std::string GetProtocol () const
 To get with SetProtocol changed values.
 
- Public Member Functions inherited from kodi::addon::CStructHdl< PVRDescrambleInfo, PVR_DESCRAMBLE_INFO >
 CStructHdl ()
 
 CStructHdl (const PVRDescrambleInfo &cppClass)
 
 CStructHdl (const PVR_DESCRAMBLE_INFO *cStructure)
 
 CStructHdl (PVR_DESCRAMBLE_INFO *cStructure)
 
const CStructHdloperator= (const CStructHdl &right)
 
const CStructHdloperator= (const PVR_DESCRAMBLE_INFO &right)
 
virtual ~CStructHdl ()
 
 operator PVR_DESCRAMBLE_INFO * ()
 
 operator const PVR_DESCRAMBLE_INFO * () const
 
const PVR_DESCRAMBLE_INFOGetCStructure () const
 

Friends

class CInstancePVRClient
 

Additional Inherited Members

- Protected Attributes inherited from kodi::addon::CStructHdl< PVRDescrambleInfo, PVR_DESCRAMBLE_INFO >
PVR_DESCRAMBLE_INFOm_cStructure
 

Friends And Related Symbol Documentation

◆ CInstancePVRClient

friend class CInstancePVRClient
friend

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