AdsVersion Constructor
Initializes a new instance of the AdsVersion struct.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public AdsVersion(
int version,
int revision,
int build
)
VB
Public Sub New (
version As Integer,
revision As Integer,
build As Integer
)
Parameters
version |
Type: System.Int32 |
revision |
Type: System.Int32 |
build |
Type: System.Int32 |
Exceptions
Exception |
Condition |
---|---|
version or revision |