Class DeviceResult
- Namespace
- NixUniversalSDK
- Assembly
- NixUniversalSDK.dll
Class representing a device response after an asynchronous command.
public sealed class DeviceResult
- Inheritance
-
DeviceResult
- Inherited Members
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.
public IDictionary<ScanMode, IMeasurementData> Measurements { get; }
Property Value
Status
Status code of the completed command. Success for a successful operation
public CommandStatus Status { get; }