uses pushing box to write to google spreadsheets

Dependencies:   GSM_PUSHING_BOX_STATE_MACHINE MBed_Adafruit-GPS-Library SDFileSystem mbed

Fork of DCS 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.