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