|
BAOS SDK
18.2.0
|
#include <SetServerItem.h>
Public Types | |
| typedef ServerItem | Item |
| typedef std::vector< Item > | Items |
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 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<Item> kdrive::baos::SetServerItem::Items |
| SetServerItem::SetServerItem | ( | std::shared_ptr< BaosConnector > | connector | ) |
|
virtual |
| 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 |
||
| ) |
1.8.11