[This is preliminary documentation and is subject to change.]
Flags and constants used throughout the Adk.
Provisioning Flags
The PROV_ flags are used to control the provisioning process when the agent
registers with zones and topics. These flags are typically passed to methods
such as Zone.connect, Topic.setSubscriber, Topic.setPublisher,
and Agent.shutdown.
SIF provisioning messages include:
- <SIF_Register>
- <SIF_Unregister>
- <SIF_Provide>
- <SIF_Unsubscribe>
- <SIF_Subscribe>
- <SIF_Unsubscribe>
| C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum AdkQueueLocation
<FlagsAttribute> _ Public Enumeration AdkQueueLocation
[FlagsAttribute] public enum class AdkQueueLocation
| Member | Description |
|---|---|
| QUEUE_LOCAL | Identifies the Agent Local Queue (as opposed to the agent's queue on the ZIS) |
| QUEUE_SERVER | Identifies the agent's queue on the ZIS (as opposed to the Agent Local Queue) |