Plegma API  v2
Yodiwo.API.Plegma.WebSocketMsg Class Reference

Websocket protocol wrapper. Inherits from base WrapperMsg, adds Id and Subid More...

Inheritance diagram for Yodiwo.API.Plegma.WebSocketMsg:

Public Types

enum  eWSMsgId : byte { eWSMsgId.None = 0, eWSMsgId.Pairing = 1, eWSMsgId.Api = 2, eWSMsgId.Warlock = 3 }
 enum of message ID More...
 

Public Attributes

eWSMsgId Id
 Id of message (pairing, api, other message) More...
 
string SubId
 subid of message (type of api or pairing message) More...
 

Detailed Description

Websocket protocol wrapper. Inherits from base WrapperMsg, adds Id and Subid

Member Enumeration Documentation

enum of message ID

Enumerator
None 

no id / invalid

Pairing 

Pairing type message

Api 

Plegma API message

Warlock 

Warlock API message

Member Data Documentation

eWSMsgId Yodiwo.API.Plegma.WebSocketMsg.Id

Id of message (pairing, api, other message)

string Yodiwo.API.Plegma.WebSocketMsg.SubId

subid of message (type of api or pairing message)


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