nl:: Weave:: Profiles:: BDX_Development:: BlockSend
#include <src/lib/profiles/bulk-data-transfer/Development/BDXMessages.h>
BlockSend 消息用于将数据块从发送者传输到接收者。
摘要
继承
沿用自: nl::Weave::Profiles::RetainedPacketBuffer直接已知的子类: nl::Weave::Profiles::BDX_Development::BlockEOF
构造函数和析构函数 |
|
---|---|
BlockSend(void)
块发送消息的默认值的 no-arg 构造函数。
|
公共属性 |
|
---|---|
mBlockCounter
|
uint8_t
要发送的此块的计数器。
|
mData
|
uint8_t *
指向要接收或传输的数据的指针。
|
mLength
|
uint64_t
此块中包含的数据的长度。
|
公共函数 |
|
---|---|
init(uint8_t aCounter, uint64_t aLength, uint8_t *aData)
|
初始化 BlockSend 消息。
|
operator==(const BlockSend &) const
|
bool
BlockSend 消息之间的相等比较。
|
packedLength(void)
|
uint16_t
返回此块发送消息的打包长度。
|
公共静态函数 |
|
---|---|
parse(PacketBuffer *aBuffer, BlockSend & aResponse)
|
将 PacketBuffer 中的数据解析为 BlockSend 消息格式。
|
公共属性
移动数据
uint8_t * mData
指向要接收或传输的数据的指针。
mLength
uint64_t mLength
此块中包含的数据的长度。
公共函数
BlockSend
BlockSend( void )
块发送消息的默认值的 no-arg 构造函数。
init
WEAVE_ERROR init( uint8_t aCounter, uint64_t aLength, uint8_t *aData )
初始化 BlockSend 消息。
详细信息 | |||||||
---|---|---|---|---|---|---|---|
参数 |
|
||||||
返回值 |
WEAVE_NO_ERROR(如果成功)
|
运算符==
bool operator==( const BlockSend & ) const
packedLength
uint16_t packedLength( void )
返回此块发送消息的打包长度。
详细信息 | |
---|---|
返回值 |
邮件压缩后的长度
|
公共静态函数
parse
WEAVE_ERROR parse( PacketBuffer *aBuffer, BlockSend & aResponse )