pianod2
multisource multiuser scriptable networked music player
Public Member Functions | Static Public Attributes | Private Attributes | List of all members
Pandora::RequestStationListChecksum Class Reference

Pandora message: Retrieve station list. More...

#include <pandoramessages.h>

Inheritance diagram for Pandora::RequestStationListChecksum:
Inheritance graph
[legend]
Collaboration diagram for Pandora::RequestStationListChecksum:
Collaboration graph
[legend]

Public Member Functions

 RequestStationListChecksum (bool genre_stations=false)
 
virtual void extractResponse (const Parsnip::Data &message) override
 Decode a response message, already converted to Parsnip Data, into some internal representation. More...
 
std::string getChecksum () const
 
- Public Member Functions inherited from Pandora::Request
const std::string & url () const
 
bool debug () const
 
bool tlsEncrypt () const
 
bool blowfishEncrypt () const
 
Parsnip::DataretrieveRequestMessage ()
 Retrieve the Parsnip Data object with the request message. More...
 

Static Public Attributes

static constexpr bool GenreStations = true
 

Private Attributes

std::string checksum
 

Additional Inherited Members

- Public Types inherited from Pandora::Request
using Option = RequestOption
 
- Protected Member Functions inherited from Pandora::RequestWithNoData
 RequestWithNoData (Source *const src, const char *ep, Option flags=Option::NONE)
 
- Protected Member Functions inherited from Pandora::Request
 Request (Source *const src, const char *ep, Option options=Option::NONE)
 RPC method name or REST API endpoint. More...
 
- Protected Attributes inherited from Pandora::Request
Source *const source
 
Parsnip::Data request_message
 

Detailed Description

Pandora message: Retrieve station list.

Constructor & Destructor Documentation

◆ RequestStationListChecksum()

Pandora::RequestStationListChecksum::RequestStationListChecksum ( bool  genre_stations = false)

Member Function Documentation

◆ extractResponse()

void Pandora::RequestStationListChecksum::extractResponse ( const Parsnip::Data message)
overridevirtual

Decode a response message, already converted to Parsnip Data, into some internal representation.

Parameters
messageThe message to be decoded.

Implements Pandora::Request.

Here is the call graph for this function:

◆ getChecksum()

std::string Pandora::RequestStationListChecksum::getChecksum ( ) const
inline
Here is the caller graph for this function:

Member Data Documentation

◆ checksum

std::string Pandora::RequestStationListChecksum::checksum
private

◆ GenreStations

constexpr bool Pandora::RequestStationListChecksum::GenreStations = true
staticconstexpr

The documentation for this class was generated from the following files: