Class DeviceResult
Class representing a device response after an asynchronous command.
Inherited Members
Namespace: NixUniversalSDK
Assembly: NixUniversalSDK.dll
Syntax
public sealed class DeviceResult
Properties
Measurements
Map of measurement results, if applicable. Value is empty if the command does not provide any measurement results, or if the operation was not successful.
Declaration
public IDictionary<ScanMode, IMeasurementData> Measurements { get; }
Property Value
Type | Description |
---|---|
IDictionary<ScanMode, IMeasurementData> |
Status
Status code of the completed command. Success for a successful operation
Declaration
public CommandStatus Status { get; }
Property Value
Type | Description |
---|---|
CommandStatus |