Host library for controlling a WiConnect enabled Wi-Fi module.

Dependents:   wiconnect-ota_example wiconnect-web_setup_example wiconnect-test-console wiconnect-tcp_server_example ... more

Embed: (wiki syntax)

« Back to documentation index

Types

goHACK.me Types More...

Data Structures

class  GhmInterface
 The provides an interface for http://goHACK.me. More...
class  GhmMessage
 Contains single entry from goHACK.me message listing. More...
class  GhmMessageList
 List of goHACK.me messages. More...
struct  GhmElement
 goHACK.me stream or control value More...
struct  GhmElementArray
 Array of goHACK.me stream or control values. More...

Enumerations

enum  GhmElementValueType
 

goHACK.me stream or control value type

More...
enum  GhmSyncType { GHM_SYNC_ALL, GHM_SYNC_PUSH_ONLY, GHM_SYNC_PULL_ONLY }
 

goHACK.me sychronization type

More...
enum  GhmMessageGetType { GHM_MSG_GET_DATA_ONLY, GHM_MSG_GET_BODY, GHM_MSG_GET_ALL }
 

goHACK.me message GET type

More...

Detailed Description

goHACK.me Types


Enumeration Type Documentation

enum GhmElementValueType

goHACK.me stream or control value type

Definition at line 427 of file WiconnectTypes.h.

enum GhmMessageGetType

goHACK.me message GET type

Enumerator:
GHM_MSG_GET_DATA_ONLY 

Only GET the message data.

GHM_MSG_GET_BODY 

Get the message body. This is JSON formatted.

GHM_MSG_GET_ALL 

Get entire message. This includes headers. Is JSON formatted.

Definition at line 473 of file WiconnectTypes.h.

enum GhmSyncType

goHACK.me sychronization type

Enumerator:
GHM_SYNC_ALL 

Push and pull all streams and controls.

GHM_SYNC_PUSH_ONLY 

Only push streams and controls to remote server.

GHM_SYNC_PULL_ONLY 

Only pull controls from remote server.

Definition at line 462 of file WiconnectTypes.h.