Plegma API  v2
Yodiwo.API.Plegma.BlockEventFeedbackMsg Class Reference

BlockEventFeedbackMsg: external event meant to provide feedback to a previous block event. Upon receiving the event, the Cloud Worker will use the information to trigger the referenced block's "Result" port with the enclosed information More...

Inheritance diagram for Yodiwo.API.Plegma.BlockEventFeedbackMsg:
Yodiwo.API.Plegma.GenericRsp Yodiwo.API.Plegma.PlegmaApiMsg Yodiwo.API.ApiMsg

Public Member Functions

 BlockEventFeedbackMsg ()
 parameterless constructor of PortEventRsp More...
 
 BlockEventFeedbackMsg (int seqNo)
 constructor of PortEventRsp with sequence number More...
 
- Public Member Functions inherited from Yodiwo.API.Plegma.GenericRsp
 GenericRsp ()
 Generic response constructor More...
 
 GenericRsp (int seqNo)
 

Public Attributes

BlockKey BlockKey
 Key of block to which this feedback event refers to More...
 
ThingKey ThingKey
 (optional) Key of Thing to which this feedback event refers to More...
 
uint Id
 (optional) Unique ID of this feedback event More...
 
new eThingSolveErrorCode StatusCode
 (optional) Status code of result (overrides generic integer status code) More...
 
- Public Attributes inherited from Yodiwo.API.Plegma.GenericRsp
bool IsSuccess
 Indicate that the requested action was successful or not More...
 
int StatusCode
 An optional code for result More...
 
string Message
 An optional message for the result More...
 
int OrigSeqNo
 (optional) Sequence number of packet that this one refers to More...
 
- Public Attributes inherited from Yodiwo.API.ApiMsg
int SeqNo
 Sequence number of this message More...
 

Detailed Description

BlockEventFeedbackMsg: external event meant to provide feedback to a previous block event. Upon receiving the event, the Cloud Worker will use the information to trigger the referenced block's "Result" port with the enclosed information

Direction: Node->Cloud

Constructor & Destructor Documentation

Yodiwo.API.Plegma.BlockEventFeedbackMsg.BlockEventFeedbackMsg ( )

parameterless constructor of PortEventRsp

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

constructor of PortEventRsp with sequence number

Member Data Documentation

BlockKey Yodiwo.API.Plegma.BlockEventFeedbackMsg.BlockKey

Key of block to which this feedback event refers to

uint Yodiwo.API.Plegma.BlockEventFeedbackMsg.Id

(optional) Unique ID of this feedback event

new eThingSolveErrorCode Yodiwo.API.Plegma.BlockEventFeedbackMsg.StatusCode

(optional) Status code of result (overrides generic integer status code)

ThingKey Yodiwo.API.Plegma.BlockEventFeedbackMsg.ThingKey

(optional) Key of Thing to which this feedback event refers to


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