Data structure of the chunk event.

Public Attributes#

uint16_t
uint16_t
uint32_t
uint32_t

Public Attribute Documentation#

elem_index#

uint16_t sl_btmesh_evt_mbt_server_chunk_s::elem_index

The server model element index.


client_address#

uint16_t sl_btmesh_evt_mbt_server_chunk_s::client_address

The address of the MBT Client.


block_number#

uint16_t sl_btmesh_evt_mbt_server_chunk_s::block_number

The index number of the current block.


total_offset#

uint32_t sl_btmesh_evt_mbt_server_chunk_s::total_offset

The offset of the chunk in the BLOB.


block_offset#

uint32_t sl_btmesh_evt_mbt_server_chunk_s::block_offset

The offset of the chunk in the current block.


data#

uint8array sl_btmesh_evt_mbt_server_chunk_s::data

The chunk data.