class BlockQuery
Defined at line 261 of file x64-shared/gen/third_party/openweave-core/src/include/Weave/Profiles/bulk-data-transfer/Development/BDXMessages.h
The BlockQuery message is used to request that a block of data
be transferred from sender to receiver.
Public Members
uint8_t mBlockCounter
Public Methods
void BlockQuery ()
WEAVE_ERROR init (uint8_t aCounter)
WEAVE_ERROR pack (PacketBuffer * aBuffer)
uint16_t packedLength ()
WEAVE_ERROR parse (PacketBuffer * aBuffer, BlockQuery & aQuery)
bool operator== (const BlockQuery & )
Enumerations
enum
| Name | Value |
|---|---|
| kPayloadLen | 1 |
BlockQuery payload length
Defined at line 273 of file x64-shared/gen/third_party/openweave-core/src/include/Weave/Profiles/bulk-data-transfer/Development/BDXMessages.h