Build 1.01.318.0
Assembly: Opc.Ua.Server (in Opc.Ua.Server.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
The set of all service request types (used for collecting diagnostics and checking permissions).
Namespace: Opc.Ua.ServerAssembly: Opc.Ua.Server (in Opc.Ua.Server.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public enum RequestType |
| Visual Basic |
|---|
Public Enumeration RequestType |
| Visual C++ |
|---|
public enum class RequestType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | The request type is not known. | |
| FindServers | 1 | ||
| GetEndpoints | 2 | ||
| CreateSession | 3 | ||
| ActivateSession | 4 | ||
| CloseSession | 5 | ||
| Cancel | 6 | ||
| Read | 7 | ||
| HistoryRead | 8 | ||
| Write | 9 | ||
| HistoryUpdate | 10 | ||
| Call | 11 | ||
| CreateMonitoredItems | 12 | ||
| ModifyMonitoredItems | 13 | ||
| SetMonitoringMode | 14 | ||
| SetTriggering | 15 | ||
| DeleteMonitoredItems | 16 | ||
| CreateSubscription | 17 | ||
| ModifySubscription | 18 | ||
| SetPublishingMode | 19 | ||
| Publish | 20 | ||
| Republish | 21 | ||
| TransferSubscriptions | 22 | ||
| DeleteSubscriptions | 23 | ||
| AddNodes | 24 | ||
| AddReferences | 25 | ||
| DeleteNodes | 26 | ||
| DeleteReferences | 27 | ||
| Browse | 28 | ||
| BrowseNext | 29 | ||
| TranslateBrowsePathsToNodeIds | 30 | ||
| QueryFirst | 31 | ||
| QueryNext | 32 | ||
| RegisterNodes | 33 | ||
| UnregisterNodes | 34 |