Structure representing a data packet.

This structure is used to define the parameters for a data packet, including an array to hold the data packet, up to 1024 bytes.

Public Attributes#

uint8_t

Array to hold the data packet, up to 1024 bytes.

Public Attribute Documentation#

data#

uint8_t rsi_data_packet_s::data[1024]

Array to hold the data packet, up to 1024 bytes.


Definition at line 671 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble.h