Ethernet for Nucleo and Disco board STM32F746 works with gcc and arm. IAC is untested

Dependents:   STM32F746_iothub_client_sample_mqtt DISCO-F746NG_Ethernet Nucleo_F746ZG_Ethernet thethingsiO-DISCO_F746NG-mqtt ... 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 91 of file Socket.h.


Constructor & Destructor Documentation

TimeInterval ( unsigned int  ms )

Time Interval.

Parameters:
mstime interval expressed in milliseconds

Definition at line 88 of file Socket.cpp.