ServiceLaunchEventType Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.PublisherSubscriber
public enum ServiceLaunchEventType
Member name | Value | Description | |
---|---|---|---|
LowPowerStartOver | 0 | All lower power services started. | |
HighPowerStartOver | 1 | All high power services started. | |
BackToLowerPowerOver | 2 | Back to low power from high power mode over. | |
HighPowerRecoverOver | 3 | High power recovered, happens when layer1 restart. | |
SingleServiceStarted | 4 | A Service connected to the broker, it's ready to process messages. | |
SingleServiceStopped | 5 | A Service been removed from the broker. | |
ResetLayer1Services | 6 | Only used for Layer1Service to tell layer0 to reset all layer1 services state | |
Layer1ServicesResetOver | 7 | Only used for layer0 to tell Layer1Service that all layer1 services state reset over |