QuickOPC User's Guide and Reference
DefaultScheme Field (ServerDescriptor)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc Namespace > ServerDescriptor Class : DefaultScheme Field
Default URI scheme. Equals to "dcom".
Syntax
'Declaration
 
Public Shadows Const DefaultScheme As String
'Usage
 
Dim value As String
 
value = ServerDescriptor.DefaultScheme
public new const string DefaultScheme
public:
new const String^ DefaultScheme
Remarks

"dcom" as a scheme allows any COM/DCOM-based OPC specification, and the actual specification used then depends on the context.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also