Click or drag to resize

GenericNack Class

A Generic NACK feedback message.
Inheritance Hierarchy
SystemObject
  FM.IceLinkGenericNack

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

The GenericNack type exposes the following members.

Constructors
  NameDescription
Public methodGenericNack
Initializes a new instance of the GenericNack class.
Public methodGenericNack(DataBuffer)
Initializes a new instance of the GenericNack class.
Top
Properties
  NameDescription
Public propertyBitmaskOfLostPackets
Gets or sets the bitmask of lost packets.
Public propertyDataBuffer
Gets the data buffer.
Public propertyStatic memberFixedPayloadLength
Gets the length of the registered fixed payload.
Public propertyLostPacketIdPlusLength
Gets the length of the lost packet identifier plus.
Public propertyPacketId
Gets or sets the RTP sequence number of the lost packet.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLostPacketIdPlus
Gets whether the packet with ID PacketId + value was lost.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetLostPacketIdPlus
Sets whether the packet with ID PacketId + value was lost.
Public methodToString (Inherited from Object.)
Top
See Also