| DVBLink Remote API Library documentation
    0.2.0-Master
    | 
Class for get parental status requests. More...
 
  
 | Public Member Functions | |
| GetParentalStatusRequest (const std::string &clientId) | |
| Initializes a new instance of the dvblinkremote::GetParentalStatusRequest class. | |
| ~GetParentalStatusRequest () | |
| Destructor for cleaning up allocated memory. | |
| std::string & | GetClientID () | 
| Gets the unique identification string of the client. | |
Class for get parental status requests.
This is used as input parameter for the IDVBLinkRemoteConnection::GetParentalStatus method.
| dvblinkremote::GetParentalStatusRequest::GetParentalStatusRequest | ( | const std::string & | clientId | ) | 
Initializes a new instance of the dvblinkremote::GetParentalStatusRequest class.
| clientId | a constant string reference representing the unique identification string of the client. | 
clientId should be the same across all DVBLink Client API calls from a given client. It can be a uuid for example or id/mac of the client device. | dvblinkremote::GetParentalStatusRequest::~GetParentalStatusRequest | ( | ) | 
Destructor for cleaning up allocated memory.
| std::string& dvblinkremote::GetParentalStatusRequest::GetClientID | ( | ) | 
Gets the unique identification string of the client.