ApertureOS
Data Fields
SocketDesc Struct Reference

The description of the socket. More...

#include <socket.h>

Data Fields

uint32_t size
 
uint32_t max_connections
 The size of the struct, must be sizeof(SocketDesc) More...
 
Sock_ReadAsync read
 The maximum number of connections allowed to the socket. More...
 
Sock_WriteAsync write
 Function to read from the socket. More...
 
Sock_SeekAsync seek
 Function to write to the socket. More...
 
SOCK_FEATURES flags
 Function to seek the socket. More...
 
SOCK_NOTIFICATIONS notifications
 Features supported by the socket. More...
 

Detailed Description

The description of the socket.

Field Documentation

SOCK_FEATURES SocketDesc::flags

Function to seek the socket.

uint32_t SocketDesc::max_connections

The size of the struct, must be sizeof(SocketDesc)

SOCK_NOTIFICATIONS SocketDesc::notifications

Features supported by the socket.

Sock_ReadAsync SocketDesc::read

The maximum number of connections allowed to the socket.

Sock_SeekAsync SocketDesc::seek

Function to write to the socket.

uint32_t SocketDesc::size
Sock_WriteAsync SocketDesc::write

Function to read from the socket.


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