Click or drag to resize

NackConfig Class

A NACK Config.
Inheritance Hierarchy
SystemObject
  FM.IceLinkNackConfig

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The NackConfig type exposes the following members.

Constructors
  NameDescription
Public methodNackConfig
Initializes a new instance of the NackConfig class.
Public methodNackConfig(Int32, Int32)
Initializes a new instance of the NackConfig class.
Top
Properties
  NameDescription
Public propertyDisableBuffering
Gets or sets a value indicating whether to disable support for Generic NACKs.
Public propertyReceiveBufferLength
Gets or sets the number of packets to hold in the generic NACK buffer awaiting an earlier packet before releasing them. Defaults to 128.
Public propertySendBufferLength
Gets or sets the length of the send buffer.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also