BAOS SDK  18.2.0
Public Types | Public Member Functions | List of all members
kdrive::baos::GetServerItem Class Reference

#include <GetServerItem.h>

Inheritance diagram for kdrive::baos::GetServerItem:
kdrive::baos::ServiceRunner

Public Types

typedef ServerItem Item
 
typedef std::vector< ItemItems
 
- Public Types inherited from kdrive::baos::ServiceRunner
enum  { Timeout = ProtocolConstants::Timeout }
 
typedef DataPacket::Buffer Buffer
 

Public Member Functions

 GetServerItem (std::shared_ptr< BaosConnector > connector)
 
virtual ~GetServerItem ()
 
void rpc (unsigned short offset, unsigned short count, unsigned long timeout=ServiceRunner::Timeout)
 
const Itemat (int index) const
 returns a single item More...
 
const Itemfind (unsigned short id) const
 returns a single item, matching item id throws an exception if not found More...
 
const ItemsgetItems () const
 returns all items More...
 
- Public Member Functions inherited from kdrive::baos::ServiceRunner
virtual ~ServiceRunner ()
 
unsigned short getOffset () const
 
unsigned short getCount () const
 
const BuffergetBuffer () const
 

Additional Inherited Members

- Protected Member Functions inherited from kdrive::baos::ServiceRunner
 ServiceRunner (std::shared_ptr< BaosConnector > connector)
 
std::shared_ptr< BaosConnectorgetConnector (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< DataResponsegetDataResponse (bool validate=true) const
 

Member Typedef Documentation

Constructor & Destructor Documentation

GetServerItem::GetServerItem ( std::shared_ptr< BaosConnector connector)
GetServerItem::~GetServerItem ( )
virtual

Member Function Documentation

const GetServerItem::Item & GetServerItem::at ( int  index) const

returns a single item

const GetServerItem::Item & GetServerItem::find ( unsigned short  id) const

returns a single item, matching item id throws an exception if not found

const GetServerItem::Items & GetServerItem::getItems ( ) const

returns all items

void GetServerItem::rpc ( unsigned short  offset,
unsigned short  count,
unsigned long  timeout = ServiceRunner::Timeout 
)

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