class BlockSend
Defined at line 291 of file 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_taCounter,uint64_taLength,uint8_t *aData)
uint16_t packedLength ()
WEAVE_ERROR parse (PacketBuffer * aBuffer, BlockSend & aResponse)
bool operator== (const BlockSend & )