ClearCore Library
Classes | Namespaces | Macros
EthernetTcpClient.h File Reference
#include <stdint.h>
#include "EthernetTcp.h"
#include "IpAddress.h"
+ Include dependency graph for EthernetTcpClient.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ClearCore::EthernetTcpClient
 ClearCore TCP client class. More...
 

Namespaces

 ClearCore
 Namespace to encompass the ClearCore board API.
 

Macros

#define TCP_CONNECTION_TIMEOUT_MIN   100
 
#define TCP_CONNECTION_TIMEOUT_MAX   15000
 

Macro Definition Documentation

#define TCP_CONNECTION_TIMEOUT_MAX   15000

The maximum TCP connection timeout value, in milliseconds. Attempts to set a TCP connection timeout greater than this value will fail, and this value will be used instead.

#define TCP_CONNECTION_TIMEOUT_MIN   100

The minimum TCP connection timeout value, in milliseconds. Attempts to set a TCP connection timeout less than this value will fail, and this value will be used instead.