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