Table of Contents

Class TSTR101290Check

Namespace
VisioForge.Core.Types.X.Special
Assembly
VisioForge.Core.dll

A single ETSI TR 101 290 measurement check.

public class TSTR101290Check

Inheritance

Inherited Members

Properties

Count

Gets or sets the number of times the error condition was observed.

public long Count { get; set; }

Property Value

long

Name

Gets or sets the check name (for example "PAT_error", "CRC_error").

public string Name { get; set; }

Property Value

string

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

bool

Priority

Gets or sets the priority group (1, 2, or 3) the check belongs to.

public int Priority { get; set; }

Property Value

int