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

#include <SetServerItem.h>

Inheritance diagram for kdrive::baos::SetServerItem:
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

 SetServerItem (std::shared_ptr< BaosConnector > connector)
 
virtual ~SetServerItem ()
 
void rpc (unsigned short offset, const Item &item, unsigned long timeout=ServiceRunner::Timeout)
 
void rpc (unsigned short offset, const Items &items, unsigned long timeout=ServiceRunner::Timeout)
 
- 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

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

Member Function Documentation

void SetServerItem::rpc ( unsigned short  offset,
const Item item,
unsigned long  timeout = ServiceRunner::Timeout 
)
void SetServerItem::rpc ( unsigned short  offset,
const Items items,
unsigned long  timeout = ServiceRunner::Timeout 
)

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