![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Drv/Ip/IpSocket.hpp>
Public Attributes | |
int | fd = -1 |
Used for all sockets to track the communication file descriptor. More... | |
int | serverFd = -1 |
Used for server sockets to track the listening file descriptor. More... | |
Definition at line 21 of file IpSocket.hpp.
int Drv::SocketDescriptor::fd = -1 |
Used for all sockets to track the communication file descriptor.
Definition at line 22 of file IpSocket.hpp.
int Drv::SocketDescriptor::serverFd = -1 |
Used for server sockets to track the listening file descriptor.
Definition at line 23 of file IpSocket.hpp.