Plegma API  v2
Yodiwo.API.Plegma.GenericRsp Class Reference

General Response to request-type messages. Used to unblock requests waiting for responses that are of basic ACKnowledge type More...

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

Public Member Functions

 GenericRsp ()
 Generic response constructor More...
 
 GenericRsp (int seqNo)
 

Public Attributes

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

General Response to request-type messages. Used to unblock requests waiting for responses that are of basic ACKnowledge type

Constructor & Destructor Documentation

Yodiwo.API.Plegma.GenericRsp.GenericRsp ( )

Generic response constructor

Member Data Documentation

bool Yodiwo.API.Plegma.GenericRsp.IsSuccess

Indicate that the requested action was successful or not

string Yodiwo.API.Plegma.GenericRsp.Message

An optional message for the result

int Yodiwo.API.Plegma.GenericRsp.OrigSeqNo

(optional) Sequence number of packet that this one refers to

int Yodiwo.API.Plegma.GenericRsp.StatusCode

An optional code for result


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