INGEAR.NET.MBLINK

ResultCode.QUAL_BAD Field

Numeric code indicating Value is of bad quality

[Visual Basic]
Public Const QUAL_BAD As Integer = 0
[C#]
public const int QUAL_BAD = 0;

Remarks

When QUAL_BAD, the Tag.Value property = null (Nothing in VB) and TimeStamp is unknown value.

See Also

ResultCode Class | MBLink Namespace | QUAL_STRING_BAD