dOPC Client Toolkit
Close
dOPCIntf.tdOPCConnectionType

tdOPCConnectionType provides the possible connection types to OPC DA servers.

tdOPCConnectionType = ( coXML, coCOM, coUA );
enum tdOPCConnectionType { coXML, coCOM, coUA };
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.
Kassl GmbH Copyright © 2024. All rights reserved.