Class RRControlFrame
A receiver report control frame.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class RRControlFrame : ReportControlFrame
Constructors
RRControlFrame()
Initializes a new instance of the RRControlFrame class.
Declaration
public RRControlFrame()
RRControlFrame(DataBuffer)
Initializes a new instance of the RRControlFrame class.
Declaration
public RRControlFrame(DataBuffer buffer)
Parameters
Type | Name | Description |
---|---|---|
DataBuffer | buffer | An data buffer. |
RRControlFrame(ReportBlock)
Initializes a new instance of the RRControlFrame class.
Declaration
public RRControlFrame(ReportBlock reportBlock)
Parameters
Type | Name | Description |
---|---|---|
ReportBlock | reportBlock | The report block. |
RRControlFrame(ReportBlock[])
Initializes a new instance of the RRControlFrame class.
Declaration
public RRControlFrame(ReportBlock[] reportBlocks)
Parameters
Type | Name | Description |
---|---|---|
ReportBlock[] | reportBlocks | The report blocks. |
RRControlFrame(Int64, ReportBlock)
Initializes a new instance of the RRControlFrame class.
Declaration
public RRControlFrame(long synchronizationSource, ReportBlock reportBlock)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | synchronizationSource | The synchronization source. |
ReportBlock | reportBlock | The report block. |
RRControlFrame(Int64, ReportBlock[])
Initializes a new instance of the RRControlFrame class.
Declaration
public RRControlFrame(long synchronizationSource, ReportBlock[] reportBlocks)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | synchronizationSource | The synchronization source. |
ReportBlock[] | reportBlocks | The report blocks. |
Properties
RegisteredPayloadType
Gets the receiver report payload type.
Declaration
public static int RegisteredPayloadType { get; }
Property Value
Type | Description |
---|---|
System.Int32 |