vdr 2.7.3
SI::MHP_TransportProtocolDescriptor Class Reference

#include <descriptor.h>

Classes

class  UrlExtensionEntry
 

Public Types

enum  Protocol { ObjectCarousel = 0x01 , IPviaDVB = 0x02 , HTTPoverInteractionChannel = 0x03 }
 

Public Member Functions

int getProtocolId () const
 
int getProtocolLabel () const
 
bool isRemote () const
 
int getComponentTag () const
 
char * getUrlBase (char *buffer, int size)
 
- Public Member Functions inherited from SI::Descriptor
virtual int getLength ()
 
DescriptorTag getDescriptorTag () const
 
- Public Member Functions inherited from SI::Object
 Object ()
 
 Object (CharArray &d)
 
void setData (const unsigned char *data, int size, bool doCopy=true)
 
CharArray getData ()
 
bool isValid ()
 
- Public Member Functions inherited from SI::Parsable
void CheckParse ()
 

Public Attributes

StructureLoop< UrlExtensionEntryUrlExtensionLoop
 

Protected Member Functions

virtual void Parse ()
 
- Protected Member Functions inherited from SI::Object
void setData (CharArray &d)
 
bool checkSize (int offset)
 
- Protected Member Functions inherited from SI::Parsable
 Parsable ()
 
virtual ~Parsable ()
 

Private Attributes

const descr_transport_protocols
 
bool remote
 
int componentTag
 
String UrlBase
 

Additional Inherited Members

- Static Public Member Functions inherited from SI::Descriptor
static int getLength (const unsigned char *d)
 
static DescriptorTag getDescriptorTag (const unsigned char *d)
 
- Static Protected Member Functions inherited from SI::Descriptor
static DescriptorgetDescriptor (CharArray d, DescriptorTagDomain domain, bool returnUnimplemetedDescriptor)
 
- Protected Attributes inherited from SI::Object
CharArray data
 

Detailed Description

Definition at line 696 of file descriptor.h.

Member Enumeration Documentation

◆ Protocol

Enumerator
ObjectCarousel 
IPviaDVB 
HTTPoverInteractionChannel 

Definition at line 706 of file descriptor.h.

Member Function Documentation

◆ getComponentTag()

int SI::MHP_TransportProtocolDescriptor::getComponentTag ( ) const

Definition at line 1106 of file descriptor.c.

References componentTag.

◆ getProtocolId()

int SI::MHP_TransportProtocolDescriptor::getProtocolId ( ) const

Definition at line 1094 of file descriptor.c.

References HILO, and s.

Referenced by Parse().

◆ getProtocolLabel()

int SI::MHP_TransportProtocolDescriptor::getProtocolLabel ( ) const

Definition at line 1098 of file descriptor.c.

References s.

◆ getUrlBase()

char * SI::MHP_TransportProtocolDescriptor::getUrlBase ( char * buffer,
int size )

Definition at line 1110 of file descriptor.c.

References UrlBase.

◆ isRemote()

bool SI::MHP_TransportProtocolDescriptor::isRemote ( ) const

Definition at line 1102 of file descriptor.c.

References remote.

◆ Parse()

Member Data Documentation

◆ componentTag

int SI::MHP_TransportProtocolDescriptor::componentTag
private

Definition at line 719 of file descriptor.h.

Referenced by getComponentTag(), and Parse().

◆ remote

bool SI::MHP_TransportProtocolDescriptor::remote
private

Definition at line 718 of file descriptor.h.

Referenced by isRemote(), and Parse().

◆ s

const descr_transport_protocol* SI::MHP_TransportProtocolDescriptor::s
private

◆ UrlBase

String SI::MHP_TransportProtocolDescriptor::UrlBase
private

Definition at line 720 of file descriptor.h.

Referenced by getUrlBase(), and Parse().

◆ UrlExtensionLoop

StructureLoop<UrlExtensionEntry> SI::MHP_TransportProtocolDescriptor::UrlExtensionLoop

Definition at line 712 of file descriptor.h.

Referenced by Parse().


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