Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ServiceControlCommand.cs
2{
6 public enum ServiceControlCommand : uint
7 {
11 Stop = 0x00000001,
12
16 Pause = 0x00000002,
17
21 Continue = 0x00000003,
22
26 Interrogate = 0x00000004,
27
31 Shutdown = 0x00000005,
32
36 Paramchange = 0x00000006,
37
41 NetBindAdd = 0x00000007,
42
46 NetBindRemoved = 0x00000008,
47
51 NetBindEnable = 0x00000009,
52
56 NetBindDisable = 0x0000000A,
57
61 DeviceEvent = 0x0000000B,
62
66 HardwareProfileChange = 0x0000000C,
67
71 PowerEvent = 0x0000000D,
72
76 SessionChange = 0x0000000E,
77
81 PreShutdown = 0x0000000F,
82
86 TimeChange = 0x00000010,
87
91 TriggerEvent = 0x00000020,
92
96 UserModeReboot = 0x00000040
97 }
98}