Data structure containing the updated status received from the middleware.
More...
|
DateTime | Timestamp [get, set] |
| Timestamp of the last update.
|
|
MiddlewareStatus | Status = MiddlewareStatus.DISCONNECTED [get, set] |
| Current Middleware status.
|
|
string | Version = "" [get, set] |
| Current middleware version.
|
|
int | StatusCode = 0 [get, set] |
| Last status code received (0 = OK)
|
|
string | ErrorDesc = "" [get, set] |
| Description of the last status code received.
|
|
bool | ActuationsEnabled = false [get, set] |
| Tells whether the middleware will forward actuations to the devices or not.
|
|
List< DeviceStatus > | Devices = new List<DeviceStatus>() [get, set] |
| Status of the devices (TouchDIVERs) connected to the middleware.
|
|
Data structure containing the updated status received from the middleware.
◆ ActuationsEnabled
bool WeArt.Core.MiddlewareStatusUpdate.ActuationsEnabled = false |
|
getset |
Tells whether the middleware will forward actuations to the devices or not.
◆ Devices
List<DeviceStatus> WeArt.Core.MiddlewareStatusUpdate.Devices = new List<DeviceStatus>() |
|
getset |
Status of the devices (TouchDIVERs) connected to the middleware.
◆ ErrorDesc
string WeArt.Core.MiddlewareStatusUpdate.ErrorDesc = "" |
|
getset |
Description of the last status code received.
◆ Status
MiddlewareStatus WeArt.Core.MiddlewareStatusUpdate.Status = MiddlewareStatus.DISCONNECTED |
|
getset |
Current Middleware status.
◆ StatusCode
int WeArt.Core.MiddlewareStatusUpdate.StatusCode = 0 |
|
getset |
Last status code received (0 = OK)
◆ Timestamp
DateTime WeArt.Core.MiddlewareStatusUpdate.Timestamp |
|
getset |
Timestamp of the last update.
◆ Version
string WeArt.Core.MiddlewareStatusUpdate.Version = "" |
|
getset |
Current middleware version.
The documentation for this class was generated from the following file: