Click or drag to resize

DPIInfo Class

DPI device description.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.Comms.DPIDPIInfo

Namespace:  Demo3D.PLC.Rockwell.Comms.DPI
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class DPIInfo

The DPIInfo type exposes the following members.

Constructors
  NameDescription
Public methodDPIInfo
Construct a new DPIInfo.
Top
Properties
  NameDescription
Public propertyConfigurationCode
Configuration code.
Public propertyDeviceFamily
Device family.
Public propertyRevisionMajor
Major revision number.
Public propertyRevisionMinor
Minor revision number.
Public propertyVendor
Device vendor.
Top
See Also