Zephyr API 3.6.99
Loading...
Searching...
No Matches
socket_ncs_sendcb_params Struct Reference

Parameters returned in the socket_ncs_sendcb_t callback. More...

#include <socket_ncs.h>

Data Fields

int fd
 Socket handle.
 
int status
 Status.
 
size_t bytes_sent
 Number of bytes that was sent.
 

Detailed Description

Parameters returned in the socket_ncs_sendcb_t callback.

Field Documentation

◆ bytes_sent

size_t socket_ncs_sendcb_params::bytes_sent

Number of bytes that was sent.

◆ fd

int socket_ncs_sendcb_params::fd

Socket handle.

◆ status

int socket_ncs_sendcb_params::status

Status.

Can be 0 on successful send or EAGAIN on timeout.


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