NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Revisions of Socket.h

Revision Date Message Actions
74:ef2470ca328b 2016-04-05 Minor improvements to API File  Diff  Annotate
72:6a8b52ee83ed 2016-04-05 Added initial design for user-facing API File  Diff  Annotate
70:aa343098aa61 2016-04-01 Fixed merged api-changes File  Diff  Annotate
68:a52251517491 2016-04-01 Reverted api-changes File  Diff  Annotate
66:c84a4c76cb94 2016-04-01 Changed API to better match Posix sockets; ; - Send returns size on success; - Returns NS_ERROR_WOULD_BLOCK when recv would block File  Diff  Annotate
63:531f4c27f360 2016-03-09 update formatting and add comments for documentation File  Diff  Annotate
58:1caa187fa5af 2016-02-25 Removed setURL/IPAddress/Port set of functions from Socket and SocketInterface File  Diff  Annotate
57:3c873fab4207 2016-02-25 Standardized prefix to NS for enums and constants File  Diff  Annotate
53:26b5f1c69822 2016-02-25 Fixed issues with protected destructors File  Diff  Annotate
48:b3bbe28a7963 2016-02-25 Added non-blocking recv File  Diff  Annotate
43:09ea32f2eb54 2016-02-24 Responded to feedback in API decisions File  Diff  Annotate
42:49893d13c432 2016-02-23 Standardized some C++ style things File  Diff  Annotate
41:3ec1c97e9bbf 2016-02-23 Moved timeout handling to setTimeout/getTimeout functions File  Diff  Annotate
38:157fb2ab965f 2016-02-22 Added isConnected method to Socket/SocketInterface File  Diff  Annotate
34:c17745683385 2016-02-22 Added url/ip/port as optional arguments to open File  Diff  Annotate
32:2c5fc105fc50 2016-02-22 Added open/close calls to all sockets File  Diff  Annotate
28:163fbe3263f4 2016-02-18 Removed memory allocations for internal buffers File  Diff  Annotate
27:d7ed39727306 2016-02-18 Added better behaviour for urls in constructors File  Diff  Annotate
25:ed7b2a52e8ac 2016-02-18 Added abstract base case for Sockets File  Diff  Annotate