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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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