GainSpan Wi-Fi library see: http://mbed.org/users/gsfan/notebook/gainspan_wifi/

Fork of GSwifi_old by gs fan

Embed: (wiki syntax)

« Back to documentation index

GSwifi.h File Reference

GSwifi.h File Reference

Gainspan wi-fi module library for mbed Copyright (c) 2012 gsfan Released under the MIT License: http://mbed.org/license/mit. More...

Go to the source code of this file.

Data Structures

class  GSwifi
 GSwifi class. More...

Typedefs

typedef void(* onGsReceiveFunc )(int cid, int len)
 data receive callback function

Enumerations

enum  GSSECURITY
 

Wi-Fi security.

More...
enum  GSPROTOCOL
 

TCP/IP protocol.

More...
enum  GSTYPE
 

Client/Server.

More...

Detailed Description

Gainspan wi-fi module library for mbed Copyright (c) 2012 gsfan Released under the MIT License: http://mbed.org/license/mit.

Gainspan wi-fi module library for mbed GS1011MIC, GS1011MIP, GainSpan WiFi Breakout, etc. module configuration: ATB=115200

Definition in file GSwifi.h.


Typedef Documentation

typedef void(* onGsReceiveFunc)(int cid, int len)

data receive callback function

Definition at line 119 of file GSwifi.h.


Enumeration Type Documentation

enum GSPROTOCOL

TCP/IP protocol.

Definition at line 71 of file GSwifi.h.

enum GSSECURITY

Wi-Fi security.

Definition at line 56 of file GSwifi.h.

enum GSTYPE

Client/Server.

Definition at line 82 of file GSwifi.h.