#include <SensorModels.h>
Inherited by Attr.
|
| EPtr () |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (EPtrType ptrType) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (EPtrType ptrType, const char *key, EPtr *eptrs, int len) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (EPtrType ptrType, const char *key) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (EPtrType ptrType, const char *key, const char *value) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, const char *value) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, String value) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, const char value) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, int value, EPtrType ptrType=Int) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, uint32_t value, EPtrType ptrType=Uint) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, long value, EPtrType ptrType=Long) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, double value, bool asText=false) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, bool value) |
| Initializes a new instance of the EPtr struct. More...
|
|
| EPtr (const char *key, const char *value, int length) |
|
|
static int | parse (const char *text, EPtr *eptrs, int length, const char separator= '|', int eptrStartIndex=0) |
|
Initializes a new instance of the EPtr struct.
Initializes a new instance of the EPtr struct.
- Parameters
-
EPtr::EPtr |
( |
EPtrType |
ptrType, |
|
|
const char * |
key, |
|
|
EPtr * |
eptrs, |
|
|
int |
len |
|
) |
| |
|
inline |
Initializes a new instance of the EPtr struct.
- Parameters
-
EPtr::EPtr |
( |
EPtrType |
ptrType, |
|
|
const char * |
key |
|
) |
| |
|
inline |
Initializes a new instance of the EPtr struct.
- Parameters
-
ptrType | Type of the EPtr. |
key | The key. |
EPtr::EPtr |
( |
EPtrType |
ptrType, |
|
|
const char * |
key, |
|
|
const char * |
value |
|
) |
| |
|
inline |
Initializes a new instance of the EPtr struct.
- Parameters
-
ptrType | Type of the PTR. |
key | The key. |
value | The value. |
EPtr::EPtr |
( |
const char * |
key, |
|
|
const char * |
value |
|
) |
| |
|
inline |
Initializes a new instance of the EPtr struct.
- Parameters
-
key | The key. |
value | The value. |
EPtr::EPtr |
( |
const char * |
key, |
|
|
String |
value |
|
) |
| |
|
inline |
Initializes a new instance of the EPtr struct.
- Parameters
-
key | The key. |
value | The value. |
EPtr::EPtr |
( |
const char * |
key, |
|
|
const char |
value |
|
) |
| |
|
inline |
Initializes a new instance of the EPtr struct.
- Parameters
-
key | The key. |
value | The value. |
EPtr::EPtr |
( |
const char * |
key, |
|
|
int |
value, |
|
|
EPtrType |
ptrType = Int |
|
) |
| |
|
inline |
Initializes a new instance of the EPtr struct.
- Parameters
-
key | The key. |
value | The value. |
ptrType | Type of the EPtr. |
EPtr::EPtr |
( |
const char * |
key, |
|
|
uint32_t |
value, |
|
|
EPtrType |
ptrType = Uint |
|
) |
| |
|
inline |
Initializes a new instance of the EPtr struct.
- Parameters
-
key | The key. |
value | The value. |
ptrType | Type of the EPtr. |
EPtr::EPtr |
( |
const char * |
key, |
|
|
long |
value, |
|
|
EPtrType |
ptrType = Long |
|
) |
| |
|
inline |
Initializes a new instance of the EPtr struct.
- Parameters
-
key | The key. |
value | The value. |
ptrType | Type of the EPtr. |
EPtr::EPtr |
( |
const char * |
key, |
|
|
double |
value, |
|
|
bool |
asText = false |
|
) |
| |
|
inline |
Initializes a new instance of the EPtr struct.
- Parameters
-
key | The key. |
value | The value. |
asText | As text. |
EPtr::EPtr |
( |
const char * |
key, |
|
|
bool |
value |
|
) |
| |
|
inline |
Initializes a new instance of the EPtr struct.
- Parameters
-
key | The key. |
value | The value. |
EPtr::EPtr |
( |
const char * |
key, |
|
|
const char * |
value, |
|
|
int |
length |
|
) |
| |
|
inline |
static int EPtr::parse |
( |
const char * |
text, |
|
|
EPtr * |
eptrs, |
|
|
int |
length, |
|
|
const char |
separator = '|' , |
|
|
int |
eptrStartIndex = 0 |
|
) |
| |
|
inlinestatic |
bool EPtr::asText = false |
bool EPtr::encoded = false |
const char* EPtr::key = 0 |
bool EPtr::keyIsMem = false |
const char* EPtr::value = 0 |
The documentation for this struct was generated from the following file:
- C:/Users/jgord/Documents/ms-iot/virtual-shields-arduino/VirtualShield/SensorModels.h