ReportBlock Class |
Namespace: FM.IceLink
The ReportBlock type exposes the following members.
| Name | Description | |
|---|---|---|
| ReportBlock |
Initializes a new instance of the ReportBlock class.
| |
| ReportBlock(DataBuffer) |
Initializes a new instance of the ReportBlock class.
| |
| ReportBlock(Int32, Int32, Int64, Int64, Int64, Int64) |
Initializes a new instance of the ReportBlock class.
| |
| ReportBlock(Int64, Int32, Int32, Int64, Int64, Int64, Int64) |
Initializes a new instance of the ReportBlock class.
|
| Name | Description | |
|---|---|---|
| CumulativeNumberOfPacketsLost |
Gets or sets the cumulative number of packets lost.
| |
| DataBuffer |
Gets or sets the backing data buffer.
| |
| DelaySinceLastSenderReport |
Gets or sets the delay since last sender report.
| |
| ExtendedHighestSequenceNumberReceived |
Gets or sets the extended highest sequence number received.
| |
| FixedPayloadLength |
Gets or sets the fixed length of a report block.
| |
| FractionLost |
Gets or sets the fraction lost according to RFC 1889.
The value has a range of 0 (no packet loss) to 255 (all packets lost).
| |
| InterarrivalJitter |
Gets or sets the interarrival jitter.
| |
| LastSenderReportTimestamp |
Gets or sets the last sender report timestamp.
| |
| PercentLost |
Gets or sets the percentage of lost packets.
The value has a range of 0.0 (no packet loss) to 100.0 (all packets lost).
| |
| SynchronizationSource |
Gets or sets the synchronization source.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Returns a string that represents this instance.
(Overrides ObjectToString.) |