ACKme Logo WiConnect Host Library- API Reference Guide
 
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages

goHACK.me Types More...

Classes

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

Enumerations

enum  wiconnect::GhmElementValueType
 goHACK.me stream or control value type
 
enum  wiconnect::GhmSyncType {
  wiconnect::GHM_SYNC_ALL,
  wiconnect::GHM_SYNC_PUSH_ONLY,
  wiconnect::GHM_SYNC_PULL_ONLY
}
 goHACK.me sychronization type More...
 
enum  wiconnect::GhmMessageGetType {
  wiconnect::GHM_MSG_GET_DATA_ONLY,
  wiconnect::GHM_MSG_GET_BODY,
  wiconnect::GHM_MSG_GET_ALL
}
 goHACK.me message GET type More...
 

Detailed Description

goHACK.me Types

Enumeration Type Documentation

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.

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.