Class TSTR101290Check
- Namespace
- VisioForge.Core.Types.X.Special
- Assembly
- VisioForge.Core.dll
A single ETSI TR 101 290 measurement check.
public class TSTR101290CheckInheritance
Inherited Members
Properties
Count
Gets or sets the number of times the error condition was observed.
public long Count { get; set; }Property Value
Name
Gets or sets the check name (for example "PAT_error", "CRC_error").
public string Name { get; set; }Property Value
Ok
Gets or sets a value indicating whether the check passed
(true when VisioForge.Core.Types.X.Special.TSTR101290Check.Count is zero).
public bool Ok { get; set; }Property Value
Priority
Gets or sets the priority group (1, 2, or 3) the check belongs to.
public int Priority { get; set; }