class BlockSendV1

Defined at line 379 of file x64-shared/gen/third_party/openweave-core/src/include/Weave/Profiles/bulk-data-transfer/Development/BDXMessages.h

The BlockSendV1 message is used to transfer a block of data from sender

to receiver. It has a 4 byte block counter.

Public Members

uint32_t mBlockCounter
uint64_t mLength
uint8_t * mData

Public Methods

void BlockSendV1 ()
WEAVE_ERROR init (uint32_t aCounter, uint64_t aLength, uint8_t * aData)
uint16_t packedLength ()
WEAVE_ERROR parse (PacketBuffer * aBuffer, BlockSendV1 & aResponse)
bool operator== (const BlockSendV1 & )