DVBLink Remote API Library documentation  0.2.0-Master
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
dvblinkremote::StopRecordingRequest Class Reference

Class for stop recording requests. More...

Inheritance diagram for dvblinkremote::StopRecordingRequest:
dvblinkremote::Request

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.

Detailed Description

Class for stop recording requests.

This is used as input parameter for the IDVBLinkRemoteConnection::StopRecording method.

See Also
IDVBLinkRemoteConnection::StopRecording()

Constructor & Destructor Documentation

dvblinkremote::StopRecordingRequest::StopRecordingRequest ( const std::string &  objectId)

Initializes a new instance of the dvblinkremote::GetRecordingsRequest class.

Parameters
objectIda constant string reference representing the object identifier of the recording to be stopped.
dvblinkremote::StopRecordingRequest::~StopRecordingRequest ( )

Destructor for cleaning up allocated memory.

Member Function Documentation

std::string& dvblinkremote::StopRecordingRequest::GetObjectID ( )

Gets the object identifier for the recording to be stopped.

Returns
Recording object identifier