Search Results for

    Show / Hide Table of Contents

    Class DeviceStatus

    Indicates the status of the device.

    Inheritance
    object
    DeviceStatus
    Namespace: Iot.Device.Bmxx80
    Assembly: Iot.Device.Bmxx80.dll
    Syntax
    public class DeviceStatus

    Constructors

    DeviceStatus()

    Declaration
    public DeviceStatus()

    Properties

    ImageUpdating

    Gets or sets a value indicating whether 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
    bool

    Measuring

    Gets or sets a value indicating whether 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
    bool
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX