Inherits CStructHdl< PVRSignalStatus, PVR_SIGNAL_STATUS >.
| Public Member Functions | |
| std::string | GetAdapterName () const | 
| To get with SetAdapterName changed values.  More... | |
| std::string | GetAdapterStatus () const | 
| To get with SetAdapterStatus changed values.  More... | |
| long | GetBER () const | 
| To get with SetBER changed values.  More... | |
| std::string | GetMuxName () const | 
| To get with SetMuxName changed values.  More... | |
| std::string | GetProviderName () const | 
| To get with SetProviderName changed values.  More... | |
| std::string | GetServiceName () const | 
| To get with SetServiceName changed values.  More... | |
| int | GetSignal () const | 
| To get with SetSignal changed values.  More... | |
| int | GetSNR () const | 
| To get with SetSNR changed values.  More... | |
| long | GetUNC () const | 
| To get with SetBER changed values.  More... | |
| void | SetAdapterName (const std::string &adapterName) | 
| optional Name of the adapter that's being used. More... | |
| void | SetAdapterStatus (const std::string &adapterStatus) | 
| optional Status of the adapter that's being used. More... | |
| void | SetBER (long ber) | 
| optional Bit error rate. More... | |
| void | SetMuxName (const std::string &muxName) | 
| optional Name of the current mux. More... | |
| void | SetProviderName (const std::string &providerName) | 
| optional Name of the current service's provider. More... | |
| void | SetServiceName (const std::string &serviceName) | 
| optional Name of the current service. More... | |
| void | SetSignal (int signal) | 
| optional Signal strength. More... | |
| void | SetSNR (int snr) | 
| optional Signal/noise ratio. More... | |
| void | SetUNC (long unc) | 
| optional Uncorrected blocks: More... | |
|  Public Member Functions inherited from CStructHdl< PVRSignalStatus, PVR_SIGNAL_STATUS > | |
| CStructHdl (const PVR_SIGNAL_STATUS *cStructure) | |
| CStructHdl (const PVRSignalStatus &cppClass) | |
| CStructHdl (PVR_SIGNAL_STATUS *cStructure) | |
| const PVR_SIGNAL_STATUS * | GetCStructure () const | 
| operator const PVR_SIGNAL_STATUS * () const | |
| operator PVR_SIGNAL_STATUS * () | |
| const CStructHdl & | operator= (const CStructHdl &right) | 
| const CStructHdl & | operator= (const PVR_SIGNAL_STATUS &right) | 
| Friends | |
| class | CInstancePVRClient | 
| Additional Inherited Members | |
|  Protected Attributes inherited from CStructHdl< PVRSignalStatus, PVR_SIGNAL_STATUS > | |
| PVR_SIGNAL_STATUS * | m_cStructure |