MeasurementResultIsValid Property

Gets true if this measurement result is valid, otherwise returns false. It will be true when the library is able to properly decode the response from the server.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
C#
public bool IsValid { get; }

Property Value

Boolean

See Also