| DVBLink Remote API Library documentation
    0.2.0-Master
    | 
Class for remove schedule requests. More...
 
  
 | Public Member Functions | |
| RemoveScheduleRequest (const std::string &scheduleId) | |
| Initializes a new instance of the dvblinkremote::GetRecordingsRequest class. | |
| ~RemoveScheduleRequest () | |
| Destructor for cleaning up allocated memory. | |
| std::string & | GetScheduleID () | 
| Gets the identifier for the schedule to be removed. | |
Class for remove schedule requests.
This is used as input parameter for the IDVBLinkRemoteConnection::RemoveSchedule method.
| dvblinkremote::RemoveScheduleRequest::RemoveScheduleRequest | ( | const std::string & | scheduleId | ) | 
Initializes a new instance of the dvblinkremote::GetRecordingsRequest class.
| scheduleId | a constant string reference representing the identifier of the schedule to be removed. | 
| dvblinkremote::RemoveScheduleRequest::~RemoveScheduleRequest | ( | ) | 
Destructor for cleaning up allocated memory.
| std::string& dvblinkremote::RemoveScheduleRequest::GetScheduleID | ( | ) | 
Gets the identifier for the schedule to be removed.