class BlockSend

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

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

to receiver.

Public Members

uint8_t mBlockCounter
uint64_t mLength
uint8_t * mData

Public Methods

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