Confirmation message body.

Public Attributes#

uint32_t

Status of the request.

IP address of the remote peer.

uint16_t

Port number of the remote peer.

uint16_t

Amount of data read.

uint8_t

Data read.

Public Attribute Documentation#

status#

uint32_t sl_wisun_msg_receive_on_socket_cnf_body_t::status

Status of the request.


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

remote_address#

sl_wisun_ip_address_t sl_wisun_msg_receive_on_socket_cnf_body_t::remote_address

IP address of the remote peer.


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

remote_port#

uint16_t sl_wisun_msg_receive_on_socket_cnf_body_t::remote_port

Port number of the remote peer.


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

data_length#

uint16_t sl_wisun_msg_receive_on_socket_cnf_body_t::data_length

Amount of data read.


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

data#

uint8_t sl_wisun_msg_receive_on_socket_cnf_body_t::data[]

Data read.


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