DeviceInfo Structure

The structure contains the name and the version information of the device.

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

Syntax

C#

public struct DeviceInfo

VB

Public Structure DeviceInfo

The DeviceInfo type exposes the following members.

Properties

 

Name

Description

IsEmpty

Gets a value indicating whether this instance is empty.

Name

Gets or sets the name of the device.

Version

Gets or sets the version information.

Methods

 

Name

Description

Equals

Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)

GetHashCode

Returns the hash code for this instance. (Inherited from ValueType.)

GetType

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

ToString

Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Reference

TwinCAT.Ads Namespace