works through pushing box to log data to google spreadsheet

Dependencies:   MBed_Adafruit-GPS-Library SDFileSystem mbed

Fork of GPR_Interface by DCS_TEAM

Embed: (wiki syntax)

« Back to documentation index

Socket Class Reference

Socket Class Reference

Socket file descriptor and select wrapper. More...

#include <Socket.h>

Inherited by TCPSocketConnection, and TCPSocketServer.

Public Member Functions

 Socket ()
 Socket.
int close ()
 Close the socket file descriptor.

Detailed Description

Socket file descriptor and select wrapper.

Definition at line 29 of file Socket.h.


Constructor & Destructor Documentation

Socket (  )

Socket.

Definition at line 25 of file Socket.cpp.


Member Function Documentation

int close (  )

Close the socket file descriptor.

Definition at line 37 of file Socket.cpp.