XCORE SDK
XCORE Software Development Kit
|
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... | |
Indication message body for sl_wfx_received_ind_t.
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.
uint16_t sl_wfx_received_ind_body_s::frame_length |
Length of packet data excluding the padding bytes.
1 - 2310: The amount of bytes.
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.
uint8_t sl_wfx_received_ind_body_s::frame_type |
Packet type.
0: Data packet with Ethernet II frame header.