ChangeSleepStateRequest Class |
** NOTE: ADDED in CFX 1.3 **
This request allows an external source to change the sleep state of a Stage or Station
ChangeSleepStateResponse message that it sends back to the requester.
{
"StageName": "Stage 1",
"NewSleepState": "Awake"
}
Inheritance Hierarchy Namespace: CFX.ResourcePerformanceAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class ChangeSleepStateRequest : CFXMessage
Public Class ChangeSleepStateRequest
Inherits CFXMessage
The ChangeSleepStateRequest type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | NewSleepState |
The new sleep state requested for the Stage/Station
|
 | StageName |
Name of the Stage requested to change sleep state.
If omitted then the sleep state for the whole station is to be changed.
|
Top
See Also