Inherits CStructHdl< PVRChannelGroupMember, PVR_CHANNEL_GROUP_MEMBER >.
Public Member Functions | |
| unsigned int | GetChannelNumber () const |
| To get with SetChannelNumber changed values. More... | |
| unsigned int | GetChannelUniqueId () const |
| To get with SetChannelUniqueId changed values. More... | |
| std::string | GetGroupName () const |
| To get with SetGroupName changed values. More... | |
| bool | GetOrder () const |
| To get with SetOrder changed values. More... | |
| unsigned int | GetSubChannelNumber () const |
| To get with SetSubChannelNumber changed values. More... | |
| void | SetChannelNumber (unsigned int channelNumber) |
| optional Channel number within the group. More... | |
| void | SetChannelUniqueId (unsigned int channelUniqueId) |
| required Unique id of the member. More... | |
| void | SetGroupName (const std::string &groupName) |
| required Name of the channel group to add the channel to. More... | |
| void | SetOrder (bool order) |
| optional The value denoting the order of this channel in the 'All channels' group. More... | |
| void | SetSubChannelNumber (unsigned int subChannelNumber) |
| optional Sub channel number within the group (ATSC). More... | |
Public Member Functions inherited from CStructHdl< PVRChannelGroupMember, PVR_CHANNEL_GROUP_MEMBER > | |
| CStructHdl (const PVR_CHANNEL_GROUP_MEMBER *cStructure) | |
| CStructHdl (const PVRChannelGroupMember &cppClass) | |
| CStructHdl (PVR_CHANNEL_GROUP_MEMBER *cStructure) | |
| const PVR_CHANNEL_GROUP_MEMBER * | GetCStructure () const |
| operator const PVR_CHANNEL_GROUP_MEMBER * () const | |
| operator PVR_CHANNEL_GROUP_MEMBER * () | |
| const CStructHdl & | operator= (const CStructHdl &right) |
| const CStructHdl & | operator= (const PVR_CHANNEL_GROUP_MEMBER &right) |
Friends | |
| class | CInstancePVRClient |
Additional Inherited Members | |
Protected Attributes inherited from CStructHdl< PVRChannelGroupMember, PVR_CHANNEL_GROUP_MEMBER > | |
| PVR_CHANNEL_GROUP_MEMBER * | m_cStructure |