Methods for activating/deactivating the module with http://goHACK.me.
More...
Methods for activating/deactivating the module with http://goHACK.me.
WiconnectResult wiconnect::GhmInterface::ghmActivate |
( |
const char * |
userName, |
|
|
const char * |
password, |
|
|
const char * |
capsFilename = NULL |
|
) |
| |
Activate WiFi module with http://goHACK.me.
- Note
- You must first sign-up with http://goHACK.me before you can activate the device. Go to http://goHACK.me to sign-up.
- Parameters
-
[in] | userName | Your username |
[in] | password | Your password |
[in] | capsFilename | Optional, filename of existing capabilities file on module's internal file system. |
- Returns
- Result of method. See WiconnectResult
WiconnectResult wiconnect::GhmInterface::ghmDeactivate |
( |
const char * |
userName, |
|
|
const char * |
password |
|
) |
| |
WiconnectResult wiconnect::GhmInterface::ghmDownloadCapabilities |
( |
const char * |
capsNameOrCustomUrl = NULL , |
|
|
uint32_t |
version = 0 |
|
) |
| |
Download a device capabilities file to WiFi module's internal file system.
- Parameters
-
[in] | capsNameOrCustomUrl | Optional, specify the caps file name or URL to caps file |
[in] | version | Optional, version to set downloaded caps file as |
- Returns
- Result of method. See WiconnectResult
WiconnectResult wiconnect::GhmInterface::ghmIsActivated |
( |
bool * |
statusPtr | ) |
|
Return if WiFi module is activated with http://goHACK.me.
- Parameters
-
[out] | statusPtr | Pointer to hold activation status. |
- Returns
- Result of method. See WiconnectResult