Click or drag to resize

ServerConfiguration Class

An example class for configuring the protocol properties.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.BuiltinServerConfiguration

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

The ServerConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodServerConfiguration
Initializes a new instance of the ServerConfiguration class
Top
Properties
  NameDescription
Public propertyUpdateRate
Update rate in milliseconds.
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 value changes.
Top
Remarks
Skip this class entirely if your protocol does not require configuration.
See Also