|
BAOS SDK
18.2.0
|
#include <GetDescriptionString.h>
Public Types | |
| typedef std::vector< std::string > | Strings |
Public Types inherited from kdrive::baos::ServiceRunner | |
| enum | { Timeout = ProtocolConstants::Timeout } |
| typedef DataPacket::Buffer | Buffer |
Public Member Functions | |
| GetDescriptionString (std::shared_ptr< BaosConnector > connector) | |
| virtual | ~GetDescriptionString () |
| void | rpc (unsigned short offset, unsigned short count, unsigned long timeout=ServiceRunner::Timeout) |
| const std::string & | at (int index) const |
| returns a single item More... | |
| const Strings & | getStrings () const |
| returns all items More... | |
Public Member Functions inherited from kdrive::baos::ServiceRunner | |
| virtual | ~ServiceRunner () |
| unsigned short | getOffset () const |
| unsigned short | getCount () const |
| const Buffer & | getBuffer () const |
Additional Inherited Members | |
Protected Member Functions inherited from kdrive::baos::ServiceRunner | |
| ServiceRunner (std::shared_ptr< BaosConnector > connector) | |
| std::shared_ptr< BaosConnector > | getConnector (bool validate=true) const |
| void | rpc (unsigned char subService, unsigned short offset, unsigned short count, unsigned long timeout) |
| void | setDataResponse (std::shared_ptr< DataResponse > dataResponse) |
| std::shared_ptr< DataResponse > | getDataResponse (bool validate=true) const |
| typedef std::vector<std::string> kdrive::baos::GetDescriptionString::Strings |
| GetDescriptionString::GetDescriptionString | ( | std::shared_ptr< BaosConnector > | connector | ) |
|
virtual |
| const std::string & GetDescriptionString::at | ( | int | index | ) | const |
returns a single item
| const GetDescriptionString::Strings & GetDescriptionString::getStrings | ( | ) | const |
returns all items
| void GetDescriptionString::rpc | ( | unsigned short | offset, |
| unsigned short | count, | ||
| unsigned long | timeout = ServiceRunner::Timeout |
||
| ) |
1.8.11