|  | F´ Flight Software - C/C++ Documentation
    NASA-v1.6.0
    A framework for building embedded system applications to NASA flight quality standards. | 
 
 
 
Go to the documentation of this file.
   12 #ifndef DRV_TCPCLIENT_TCPHELPER_HPP_ 
   13 #define DRV_TCPCLIENT_TCPHELPER_HPP_ 
   15 #include <Fw/Types/BasicTypes.hpp> 
  
 
TcpClientSocket()
Constructor for client socket tcp implementation.
Helper base-class for setting up Berkley sockets.
I32 sendProtocol(const U8 *const data, const U32 size)
Protocol specific implementation of send. Called directly with retry from send.
Helper for setting up Tcp using Berkley sockets as a client.
SocketIpStatus openProtocol(NATIVE_INT_TYPE &fd)
Tcp specific implementation for opening a client socket.
I32 recvProtocol(U8 *const data, const U32 size)
Protocol specific implementation of recv. Called directly with error handling from recv.
SocketIpStatus
Status enumeration for socket return values.