AdsVersion Constructor (Int32, Int32, Int32)

Initializes a new instance of the AdsVersion struct.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 5.0.294+Branch.releases-5.0.Sha.90bb9a1b43b6095934fddca3e72bc0ea15da1c14

Syntax

C#

public AdsVersion(
    int version,
    int revision,
    int build
)

Parameters

version

Type: System.Int32
The version.

revision

Type: System.Int32
The revision.

build

Type: System.Int32
The build.

Exceptions

Exception

Condition

ArgumentOutOfRangeException

version or revision

Reference

AdsVersion Class

AdsVersion Overload

TwinCAT.Ads Namespace