Click or drag to resize

EthernetConnectionProperties Class

Ethernet connection properties.
Inheritance Hierarchy
SystemObject
  Demo3D.Net.ProtocolsEthernetConnectionProperties

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

The EthernetConnectionProperties type exposes the following members.

Constructors
  NameDescription
Public methodEthernetConnectionProperties
Initializes a new instance of the EthernetConnectionProperties class
Top
Properties
  NameDescription
Public propertyBatchPacketCount
Maximum number of packets to wait for.
Public propertyBatchWaitTime
Maximum time (ms) to wait for packets to be received. (0 means wait forever.)
Public propertyReceiveTimeout
Maximum time (ms) to wait for a packet to be received. (-1 means wait forever.)
Top
Methods
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
Top
See Also