OPC Labs EasyOPC-UA Library
UAApplicationTypes Enumeration
OpcLabs_EasyOpcUA ActiveX DLL : UAApplicationTypes Enumeration
Description
The type of an application.

 

UUID: a361c8d4-4d62-4d09-90f1-5db3e2b4368a

 

For more information, see UAApplicationTypes in .NET Reference.

Members
MemberValueDescription
UAApplicationTypes_All7Any type of application.
UAApplicationTypes_Client2An application that is a Client.
UAApplicationTypes_ClientOrServer3An application that is both a Client and a Server, or a mask for an application that is either a Client or a Server.
UAApplicationTypes_DiscoveryServer4An application that is a Discovery Server.
UAApplicationTypes_None0An application with no type.
UAApplicationTypes_Server1An application that is a Server.
Remarks

For remarks, see UAApplicationTypes in .NET Reference.

Example

For examples, see UAApplicationTypes in .NET Reference.