[This is preliminary documentation and is subject to change.]
| C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum ProvisioningFlags
<FlagsAttribute> _ Public Enumeration ProvisioningFlags
[FlagsAttribute] public enum class ProvisioningFlags
| Member | Description |
|---|---|
| None | Provisioning Option: No provisioning action should be taken |
| Register | Provisioning Option: Send a SIF_Register message |
| Unregister | Provisioning Option: Send a SIF_Unregister message |
| Provide | Provisioning Option: Send a SIF_Provide message |
| Unprovide | Provisioning Option: Send a SIF_Unprovide message |
| Subscribe | Provisioning Option: Send a SIF_Subscribe message |
| Unsubscribe | Provisioning Option: Send a SIF_Unsubscribe message |
| SleepOnConnect | Instruct the Adk to put the agent to sleep upon successful connection
to the zone. The agent is responsible for waking up the agent when it
is ready to begin receiving messages. This flags should be passed to
the Zone.connect method to prevent the agent from receiving
messages upon a successful connection to the zone.
|