| DVBLink Remote API Library documentation
    0.2.0-Master
    | 
Class for stop recording requests. More...
 
  
 | Public Member Functions | |
| StopRecordingRequest (const std::string &objectId) | |
| Initializes a new instance of the dvblinkremote::GetRecordingsRequest class. | |
| ~StopRecordingRequest () | |
| Destructor for cleaning up allocated memory. | |
| std::string & | GetObjectID () | 
| Gets the object identifier for the recording to be stopped. | |
Class for stop recording requests.
This is used as input parameter for the IDVBLinkRemoteConnection::StopRecording method.
| dvblinkremote::StopRecordingRequest::StopRecordingRequest | ( | const std::string & | objectId | ) | 
Initializes a new instance of the dvblinkremote::GetRecordingsRequest class.
| objectId | a constant string reference representing the object identifier of the recording to be stopped. | 
| dvblinkremote::StopRecordingRequest::~StopRecordingRequest | ( | ) | 
Destructor for cleaning up allocated memory.
| std::string& dvblinkremote::StopRecordingRequest::GetObjectID | ( | ) | 
Gets the object identifier for the recording to be stopped.