MeasurementResult Class

A MeasurementResult is the decoded measurement result from the server and contains properties along with individual MeasurementData for the various signals available in the study.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public class MeasurementResult : IDisposable
Inheritance
Object    MeasurementResult
Implements
IDisposable

Properties

DataKeys Gets a list of available data keys contained in this measurement result.
ErrorCode Gets the error code associated with the measurement.
IsValid 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.
PropertyKeys Gets a list of measurement property keys that can be used with GetProperty().

Methods

DisposeReleases all resources used by the MeasurementResult
Dispose(Boolean)Releases the unmanaged resources used by the MeasurementResult and optionally releases the managed resources
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize
(Overrides ObjectFinalize)
GetData Obtains the MeasurementData for a known key
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetProperty Obtain individual properties associated with this MeasurementResult.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also