TcAdsClient.Protocol Property

Gets actual ADS Transport protocol

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public TransportProtocol Protocol { get; }

VB

Public ReadOnly Property Protocol As TransportProtocol
    Get

Property Value

Type: TransportProtocol
The protocol.

Remarks

Transport protocol

Description

TcpIp

Connection is using the TCP/IP protocol (Client port 1)

Router

Ads communication via local ADS Router (Default, Client Port >=0x8000 (32768))

Reference

TcAdsClient Class

TwinCAT.Ads Namespace