Request message body.

Public Attributes#

uint32_t

ID of the socket.

IP address of the remote peer.

uint16_t

Port number of the remote peer.

uint16_t

Amount of data to write.

uint8_t

Data to write.

Public Attribute Documentation#

socket_id#

uint32_t sl_wisun_msg_sendto_on_socket_req_body_t::socket_id

ID of the socket.


remote_address#

sl_wisun_ip_address_t sl_wisun_msg_sendto_on_socket_req_body_t::remote_address

IP address of the remote peer.


remote_port#

uint16_t sl_wisun_msg_sendto_on_socket_req_body_t::remote_port

Port number of the remote peer.


data_length#

uint16_t sl_wisun_msg_sendto_on_socket_req_body_t::data_length

Amount of data to write.


data#

uint8_t sl_wisun_msg_sendto_on_socket_req_body_t::data[]

Data to write.