Indication message body.

Public Attributes#

uint32_t

Status of the indication.

uint32_t

ID of the socket.

IP address of the sender.

uint16_t

Port number of the sender.

uint16_t

Amount of received data.

uint8_t

Received data.

Public Attribute Documentation#

status#

uint32_t sl_wisun_msg_socket_data_ind_body_t::status

Status of the indication.


Definition at line 1458 of file protocol/wisun/wisun/inc/sl_wisun_msg_api.h

socket_id#

uint32_t sl_wisun_msg_socket_data_ind_body_t::socket_id

ID of the socket.


Definition at line 1460 of file protocol/wisun/wisun/inc/sl_wisun_msg_api.h

remote_address#

sl_wisun_ip_address_t sl_wisun_msg_socket_data_ind_body_t::remote_address

IP address of the sender.


Definition at line 1462 of file protocol/wisun/wisun/inc/sl_wisun_msg_api.h

remote_port#

uint16_t sl_wisun_msg_socket_data_ind_body_t::remote_port

Port number of the sender.


Definition at line 1464 of file protocol/wisun/wisun/inc/sl_wisun_msg_api.h

data_length#

uint16_t sl_wisun_msg_socket_data_ind_body_t::data_length

Amount of received data.


Definition at line 1466 of file protocol/wisun/wisun/inc/sl_wisun_msg_api.h

data#

uint8_t sl_wisun_msg_socket_data_ind_body_t::data[]

Received data.


Definition at line 1468 of file protocol/wisun/wisun/inc/sl_wisun_msg_api.h