dOPC Client Toolkit
Close
dOPCIntf.tdOPCConnectionType
dOPCIntf Namespace
tdOPCConnectionType provides the possible connection types to OPC DA servers.
Delphi
tdOPCConnectionType
= (
coXML
,
coCOM
,
coUA
);
C++
enum
tdOPCConnectionType
{
coXML
,
coCOM
,
coUA
};
Members
Members
Description
coXML
coXML indicates that the server uses the XML communication protocol.
coCOM
coCOM indicates that the server uses the COM communication protocol.
coUA
coUA indicates that the server uses the OPC UA communication protocol.
Help Feedback
Kassl GmbH Copyright © 2023. All rights reserved.