Show / Hide Table of Contents

    Class DeviceStatus

    Indicates the status of the device.

    Inheritance
    Object
    DeviceStatus
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Iot.Device.Bmxx80
    Assembly: Iot.Device.Bmxx80.dll
    Syntax
    public class DeviceStatus

    Properties

    | Improve this Doc View Source

    ImageUpdating

    True when the NVM data is being copied to images registers and False when the copying is done. The data is copied at power-on-reset and before every conversion.

    Declaration
    public bool ImageUpdating { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Measuring

    True whenever a conversion is running and False when the results have been transferred to the data registers.

    Declaration
    public bool Measuring { get; set; }
    Property Value
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX