Click or drag to resize

EDSInfo Class

Device EDS description.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CPFEDSInfo

Namespace: Demo3D.PLC.Comms.CPF
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class EDSInfo

The EDSInfo type exposes the following members.

Constructors
 NameDescription
Public methodEDSInfo Construct a new EDSInfo.
Top
Properties
 NameDescription
Public propertyDeviceType Device type (aka product type).
Public propertyProductCode Product code.
Public propertyRevisionMajor Major revision number.
Public propertyRevisionMinor Minor revision number.
Public propertyVendor Device vendor.
Top
Methods
 NameDescription
Public methodMatches Matches the current EDSInfo with a specified EDSInfo and EDSMask.
Top
See Also