Plegma API  v2
Yodiwo.API.Plegma.PortStateSet Class Reference

Active Port Keys Msg Informs Node of all currently active Ports (i.e. Ports that are connected and active in currently deployed graphs). Should be used to 1. supress events from inactive ports, allowing more efficient use of medium, 2. sync Port states with the server More...

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

Public Member Functions

 PortStateSet ()
 Port update message constructor More...
 
 PortStateSet (int seqNo)
 
override string ToString ()
 

Public Attributes

ePortStateOperation Operation
 Type of operation responding to More...
 
PortState[] PortStates
 Array of requested Port states. More...
 
- Public Attributes inherited from Yodiwo.API.ApiMsg
int SeqNo
 Sequence number of this message More...
 

Detailed Description

Active Port Keys Msg Informs Node of all currently active Ports (i.e. Ports that are connected and active in currently deployed graphs). Should be used to 1. supress events from inactive ports, allowing more efficient use of medium, 2. sync Port states with the server

Direction: Cloud -> Node

Constructor & Destructor Documentation

Yodiwo.API.Plegma.PortStateSet.PortStateSet ( )

Port update message constructor

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

Port update msg constructor with seq.number

Parameters
seqNosequence number of this message

Member Data Documentation

ePortStateOperation Yodiwo.API.Plegma.PortStateSet.Operation

Type of operation responding to

PortState [] Yodiwo.API.Plegma.PortStateSet.PortStates

Array of requested Port states.


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