RouterPortInfo Class

Class RouterPortInfo.

Inheritance Hierarchy

System.Object
  TwinCAT.Router.RouterPortInfo
    TwinCAT.Router.RouterPort
Namespace:  TwinCAT.Router
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public class RouterPortInfo

The RouterPortInfo type exposes the following members.

Constructors

 

Name

Description

RouterPortInfo.

Initializes a new instance of the RouterPortInfo class.

RouterPortInfo(Int32, String)

Initializes a new instance of the RouterPortInfo class.

Properties

 

Name

Description

Name

Gets the Name of the Port

PortID

Gets the PortNumber

Methods

 

Name

Description

Equals

Equals (Overrides Object.Equals(Object).)

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

GetHashCode

Gets the HashCode of the Address (Overrides Object.GetHashCode..)

GetType

Gets the Type of the current instance. (Inherited from Object.)

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

ToString

Returns a String that represents this instance. (Overrides Object.ToString..)

TryParse

Tries to parse the RouterPortInfo object.

Operators

 

Name

Description

Equality

Operator==

Inequality

Operator-=

Fields

 

Name

Description

port

Port Number

portName

Port name

Reference

TwinCAT.Router Namespace