Plegma API  v2
Yodiwo.API.Plegma.ThingsGet Class Reference

Node Things Request Used to request a Things related operation from the other end. More...

Inheritance diagram for Yodiwo.API.Plegma.ThingsGet:
Yodiwo.API.Plegma.PlegmaApiMsg Yodiwo.API.ApiMsg

Public Member Functions

 ThingsGet ()
 Things Request constructor More...
 
 ThingsGet (int seqNo)
 Things Request constructor More...
 

Public Attributes

eThingsOperation Operation
 Identifier of the operation requested; see eThingsOperation More...
 
string ThingKey
 [DEPRECATED] replaced by the more generic ThingsGet.Key More...
 
string Key
 String key that this request refers to (normally of type Yodiwo.API.Plegma.ThingKey). If left null/empty then this operation refers to all of the Node's Things More...
 
int RevNum
 Things revision number of sender; 0 if not available or applicable More...
 
- Public Attributes inherited from Yodiwo.API.ApiMsg
int SeqNo
 Sequence number of this message More...
 

Detailed Description

Node Things Request Used to request a Things related operation from the other end.

Receiving side must reply with a ThingsSet.

Direction: bidirectional (Node->Cloud and Cloud->Node)

Constructor & Destructor Documentation

Yodiwo.API.Plegma.ThingsGet.ThingsGet ( )

Things Request constructor

Yodiwo.API.Plegma.ThingsGet.ThingsGet ( int  seqNo)

Things Request constructor

Member Data Documentation

string Yodiwo.API.Plegma.ThingsGet.Key

String key that this request refers to (normally of type Yodiwo.API.Plegma.ThingKey). If left null/empty then this operation refers to all of the Node's Things

eThingsOperation Yodiwo.API.Plegma.ThingsGet.Operation

Identifier of the operation requested; see eThingsOperation

int Yodiwo.API.Plegma.ThingsGet.RevNum

Things revision number of sender; 0 if not available or applicable

string Yodiwo.API.Plegma.ThingsGet.ThingKey

[DEPRECATED] replaced by the more generic ThingsGet.Key


The documentation for this class was generated from the following file: