XCORE SDK
XCORE Software Development Kit
Public Attributes | List of all members
sl_wfx_received_ind_body_s Struct Reference

Indication message body for sl_wfx_received_ind_t. More...

#include <sl_wfx_cmd_api.h>

Public Attributes

uint8_t frame_type
 Packet type. More...
 
uint8_t frame_padding
 The amount of padding bytes before the packet data. More...
 
uint16_t frame_length
 Length of packet data excluding the padding bytes. More...
 
uint8_t frame []
 Packet data, including the padding bytes before the packet data. More...
 

Detailed Description

Indication message body for sl_wfx_received_ind_t.

Member Data Documentation

◆ frame

uint8_t sl_wfx_received_ind_body_s::frame[]

Packet data, including the padding bytes before the packet data.

See Packet types for further details.

◆ frame_length

uint16_t sl_wfx_received_ind_body_s::frame_length

Length of packet data excluding the padding bytes.

1 - 2310: The amount of bytes.

◆ frame_padding

uint8_t sl_wfx_received_ind_body_s::frame_padding

The amount of padding bytes before the packet data.

0 - 3: The amount of bytes.

◆ frame_type

uint8_t sl_wfx_received_ind_body_s::frame_type

Packet type.

0: Data packet with Ethernet II frame header.


The documentation for this struct was generated from the following file: