F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
Loading...
Searching...
No Matches
Drv::SocketDescriptor Struct Referencefinal

#include <Drv/Ip/IpSocket.hpp>

Public Attributes

PlatformIntType fd = -1
 Used for all sockets to track the communication file descriptor.
 
PlatformIntType serverFd = -1
 Used for server sockets to track the listening file descriptor.
 

Detailed Description

Definition at line 21 of file IpSocket.hpp.

Member Data Documentation

◆ fd

PlatformIntType Drv::SocketDescriptor::fd = -1

Used for all sockets to track the communication file descriptor.

Definition at line 22 of file IpSocket.hpp.

◆ serverFd

PlatformIntType Drv::SocketDescriptor::serverFd = -1

Used for server sockets to track the listening file descriptor.

Definition at line 23 of file IpSocket.hpp.


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