Click or drag to resize

CotpClientProperties Class

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

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

The CotpClientProperties type exposes the following members.

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