Click or drag to resize

CotpProperties Class

COTP connection properties.
Inheritance Hierarchy

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

The CotpProperties type exposes the following members.

Constructors
 NameDescription
Public methodCotpPropertiesInitializes 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