7.4 ApplicationType
The ApplicationType is an enumeration that specifies the type of OPC UA Application. The possible values are described in Table 111.
| Name | Value | Description |
|---|---|---|
| SERVER | 0 | The application is a Server. |
| CLIENT | 1 | The application is a Client. |
| CLIENTANDSERVER | 2 | The application is a Client and a Server. |
| DISCOVERYSERVER | 3 | The application is a DiscoveryServer. |