Plegma API  v2
Yodiwo.API.Plegma.VirtualBlockEventMsg Class Reference

asynchronous Port Event message The main API message to exchange events between Nodes and the Yodiwo Cloud Service More...

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

Public Member Functions

 VirtualBlockEventMsg ()
 parameterless constructor of PortEventMsgs More...
 
 VirtualBlockEventMsg (int seqNo)
 constructor with sequence numbers More...
 
 VirtualBlockEventMsg (int seqNo, VirtualBlockEvent ev)
 quick(er) constructor for a single-event PortEventMsg More...
 
override string ToString ()
 

Public Attributes

VirtualBlockEvent[] BlockEvents
 Array of PortEvent messages More...
 
- Public Attributes inherited from Yodiwo.API.ApiMsg
int SeqNo
 Sequence number of this message More...
 

Detailed Description

asynchronous Port Event message The main API message to exchange events between Nodes and the Yodiwo Cloud Service

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

Constructor & Destructor Documentation

Yodiwo.API.Plegma.VirtualBlockEventMsg.VirtualBlockEventMsg ( )

parameterless constructor of PortEventMsgs

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

constructor with sequence numbers

Yodiwo.API.Plegma.VirtualBlockEventMsg.VirtualBlockEventMsg ( int  seqNo,
VirtualBlockEvent  ev 
)

quick(er) constructor for a single-event PortEventMsg

Parameters
seqNosequence number of this message
ev

Member Data Documentation

VirtualBlockEvent [] Yodiwo.API.Plegma.VirtualBlockEventMsg.BlockEvents

Array of PortEvent messages


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