Google은 흑인 공동체를 위한 인종적 평등을 추구하기 위해 노력하고 있습니다. 자세히 알아보기

nl::Weave::프로필::BDX_Current::BlockSend

요약

상속

상속: nl::Weave::Profiles::RetainedPacketBuffer
직접 알려진 서브클래스: nl::Weave::Profiles::BDX_Current::BlockEOF

생성자 및 소멸자

BlockSend()

공개 속성

theBlockCounter
uint8_t
theData
uint8_t *
theLength
uint64_t

공개 함수

init(uint8_t, uint64_t, uint8_t *)
operator==(const BlockSend &) const
bool
pack(PacketBuffer *)
packedLength()
uint16_t

공개 정적 함수

parse(PacketBuffer *, BlockSend &)

공개 속성

블록카운터

uint8_t theBlockCounter

데이터

uint8_t * theData

길이

uint64_t theLength

공개 함수

차단 전송

 BlockSend()

init

WEAVE_ERROR init(
  uint8_t,
  uint64_t,
  uint8_t *
)

연산자==

bool operator==(
  const BlockSend &
) const 

WEAVE_ERROR pack(
  PacketBuffer *
)

packLength:

uint16_t packedLength()

공개 정적 함수

파싱

WEAVE_ERROR parse(
  PacketBuffer *,
  BlockSend &
)