BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Public Types | Public Member Functions
BeeeOn::DPABatchRequest Class Reference

One batch request can contain several simple requests. More...

#include <DPAOSBatchRequest.h>

Inheritance diagram for BeeeOn::DPABatchRequest:
BeeeOn::DPARequest BeeeOn::DPAMessage

Public Types

typedef Poco::SharedPtr
< DPABatchRequest
Ptr
 
- Public Types inherited from BeeeOn::DPARequest
typedef Poco::SharedPtr
< DPARequest
Ptr
 
- Public Types inherited from BeeeOn::DPAMessage
typedef Poco::SharedPtr
< DPAMessage
Ptr
 
typedef uint16_t NetworkAddress
 

Public Member Functions

void append (DPARequest::Ptr request)
 Insert many DPARequest to one batch request.
 
std::string toDPAString () const override
 Converts the header items and appended requests (without NADR) to one string that is divided by dots. Total size of one request: size of request - size of NADR + one byte for size of subrequest.
 
 DPABatchRequest (uint8_t node)
 
- Public Member Functions inherited from BeeeOn::DPARequest
 DPARequest (NetworkAddress node, uint8_t pNumber, uint8_t pCommand)
 Request with default HWPID and empty peripheral data.
 
 DPARequest (NetworkAddress node, uint8_t pNumber, uint8_t pCommand, uint16_t hwPID, const std::vector< uint8_t > &peripheralData)
 
size_t size () const
 Number of bytes in request.
 
- Public Member Functions inherited from BeeeOn::DPAMessage
void setNetworkAddress (NetworkAddress node)
 Network device address. More...
 
NetworkAddress networkAddress () const
 
void setPeripheralNumber (uint8_t pNumber)
 Peripheral number: More...
 
uint8_t peripheralNumber () const
 
void setPeripheralCommand (uint8_t pCommand)
 Command specifying an action to be taken. Actually allowed value range depends on the peripheral type. The most significant bit is reserved for indication of DPA response message. More...
 
uint8_t peripheralCommand () const
 
void setHWPID (uint16_t hwPID)
 HW profile ID uniquely specifies the functionality of the device, the user peripherals it implements, its behavior etc. The only device having the same HWPID as the DPA request will execute the request. When 0xFFFF is specified then the device with any HW profile ID will execute the request. Note - HWPID numbers used throughout this document are fictitious ones. More...
 
uint16_t HWPID () const
 
void setPeripheralData (const std::vector< uint8_t > &data)
 An array of bytes. More...
 
std::vector< uint8_t > peripheralData () const
 

Additional Inherited Members

- Static Public Attributes inherited from BeeeOn::DPARequest
static const uint8_t DPA_COORD_PNUM = 0x00
 
static const uint8_t DPA_NODE_PNUM = 0x01
 
static const uint8_t DPA_OS_PNUM = 0x02
 
- Static Public Attributes inherited from BeeeOn::DPAMessage
static uint16_t COORDINATOR_NODE_ADDRESS = 0x0000
 
static uint16_t DEFAULT_HWPID = 0xffff
 
- Protected Member Functions inherited from BeeeOn::DPAMessage
 DPAMessage (NetworkAddress node, uint8_t pNumber, uint8_t pCommand, uint16_t hwPID, const std::vector< uint8_t > &pData)
 Creates message with DPA content that includes address of node, number of peripheral, command for peripheral and hw PID.
 

Detailed Description

One batch request can contain several simple requests.


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