Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
Loading...
Searching...
No Matches
srn_io_recvfrom_result_t Struct Reference

The result of srn_fiber_recvfrom. More...

#include <io.h>

Data Fields

 ERROR_HEADER
size_t count
socklen_t addrlen

Detailed Description

The result of srn_fiber_recvfrom.

On success count is the number of bytes received and, when an address buffer was given, addrlen is the length of the sender address written into it.

Definition at line 97 of file io.h.

Field Documentation

◆ addrlen

socklen_t srn_io_recvfrom_result_t::addrlen

Definition at line 100 of file io.h.

◆ count

size_t srn_io_recvfrom_result_t::count

Definition at line 99 of file io.h.

◆ ERROR_HEADER

srn_io_recvfrom_result_t::ERROR_HEADER

Definition at line 98 of file io.h.


The documentation for this struct was generated from the following file:
  • serene/rt/fiber/io.h