Click or drag to resize

CotpClientProperties Class

COTP client connection properties.
Inheritance Hierarchy

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

The CotpClientProperties type exposes the following members.

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