Click or drag to resize

CotpProperties Class

COTP 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 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
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
Top
See Also