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

DeviceInfo Structure 1:

IsEmpty

Gets a value indicating whether this instance is empty.

DeviceInfo Structure 2:

Name

Gets or sets the name of the device.

DeviceInfo Structure 3:

Version

Gets or sets the version information.

Methods

 

Name

Description

DeviceInfo Structure 4:

Equals

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

DeviceInfo Structure 5:

GetHashCode

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

DeviceInfo Structure 6:

GetType

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

DeviceInfo Structure 7:

ToString

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

Reference

TwinCAT.Ads Namespace