◆ Header()
Header::Header |
( |
char * | auth, |
|
|
char * | json, |
|
|
char * | wsheader ) |
|
inline |
- Parameters
-
auth | - the pointer to the predefined array to contain the authorization script
|
json | - the pointer to the predefined array to contain the json script
|
wsheader | - the pointer to the predefined array to contain the websocket header
|
- Returns
- void
◆ getAccept()
char * Header::getAccept |
( |
| ) |
|
◆ getAuthorization()
char * Header::getAuthorization |
( |
| ) |
|
◆ getContentType()
char * Header::getContentType |
( |
| ) |
|
◆ getHttpsUrl()
char * Header::getHttpsUrl |
( |
| ) |
|
◆ getWsClientEP()
char * Header::getWsClientEP |
( |
| ) |
|
◆ getWsEP()
char * Header::getWsEP |
( |
| ) |
|
◆ getWsHeader()
char * Header::getWsHeader |
( |
| ) |
|
- Returns
- pwsheader - a char containing the ws header
◆ getWsHost()
char * Header::getWsHost |
( |
| ) |
|
◆ getWsPort()
int Header::getWsPort |
( |
| ) |
|
◆ setAuthorization()
void Header::setAuthorization |
( |
char * | apikey | ) |
|
- Parameters
-
apikey | - apikey received during the provisioning phase, needed to create the authorization string |
- Returns
- void
The documentation for this class was generated from the following files:
- C:/Users/flavio_unige/Desktop/semilimes MCU SDK/semilimes/src/account/header.h
- C:/Users/flavio_unige/Desktop/semilimes MCU SDK/semilimes/src/account/header.cpp