Free (GPLv2) TCP/IP stack developed by TASS Belgium

Dependents:   lpc1768-picotcp-demo ZeroMQ_PicoTCP_Publisher_demo TCPSocket_HelloWorld_PicoTCP Pico_TCP_UDP_Test ... more

Embed: (wiki syntax)

« Back to documentation index

TimeInterval Class Reference

TimeInterval Class Reference

Time interval class used to specify timeouts. More...

#include <Socket.h>

Public Member Functions

 TimeInterval (unsigned int ms)
 Time Interval.

Friends

class Socket

Detailed Description

Time interval class used to specify timeouts.

Definition at line 104 of file Socket.h.


Constructor & Destructor Documentation

TimeInterval ( unsigned int  ms )

Time Interval.

Parameters:
mstime interval expressed in milliseconds

Definition at line 108 of file Socket.cpp.