Click or drag to resize

CotpProperties Class

COTP connection properties.
Inheritance Hierarchy
SystemObject
  Demo3D.Net.ProtocolsCotpProperties
    Demo3D.Net.ProtocolsCotpClientProperties
    Demo3D.Net.ProtocolsCotpServerProperties

Namespace:  Demo3D.Net.Protocols
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class CotpProperties : INotifyPropertyChanged

The CotpProperties type exposes the following members.

Constructors
  NameDescription
Public methodCotpProperties
Initializes a new instance of the CotpProperties class
Top
Properties
  NameDescription
Public propertyNegotiatedPduSize
Negotiated protocol data unit size.
Public propertyPduSize
Preferred protocol data unit size.
Top
Methods
  NameDescription
Protected methodNotifyPropertyChanged(PropertyChangedEventArgs)
Raises the PropertyChanged event.
Protected methodNotifyPropertyChanged(String)
Raises the PropertyChanged event.
Public methodToString
Connection properties name.
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
Top
See Also