Click or drag to resize

CIP1Properties Class

CIP Class 1 properties.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIPCIP1Properties

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class CIP1Properties : INotifyPropertyChanged

The CIP1Properties type exposes the following members.

Constructors
  NameDescription
Public methodCIP1Properties
Initializes a new instance of the CIP1Properties class
Top
Properties
  NameDescription
Public propertyAutoConfigureDevices
Automatically execute device configuration scripts (if present).
Public propertyAutoStartProcess
Automatically start external CIP Class 1 devices IO process.
Public propertyCreateIpAddresses
Automatically create IP addresses for CIP Class 1 devices.
Public propertyNumExternalProcess
Use an external process for CIP Class 1 devices.
Public propertyProbeForDevices
Probe for conflicting devices.
Top
Methods
  NameDescription
Protected methodNotifyPropertyChanged(PropertyChangedEventArgs)
Raises the PropertyChanged event.
Protected methodNotifyPropertyChanged(String)
Raises the PropertyChanged event.
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property changes.
Top
See Also