Click or drag to resize

CIP1Properties Class

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

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

The CIP1Properties type exposes the following members.

Constructors
 NameDescription
Public methodCIP1PropertiesInitializes a new instance of the CIP1Properties class
Top
Properties
 NameDescription
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.
Public propertyRestoreIpAddresses Automatically restore IP address configuration on disconnection.
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