Bme680.SetPowerMode(Bme680PowerMode) Method

Definition

Sets the power mode to the given mode

public void SetPowerMode (Iot.Device.Bmxx80.PowerMode.Bme680PowerMode powerMode);
[System.Device.Model.Property("PowerMode", null)]
public void SetPowerMode (Iot.Device.Bmxx80.PowerMode.Bme680PowerMode powerMode);
member this.SetPowerMode : Iot.Device.Bmxx80.PowerMode.Bme680PowerMode -> unit
[<System.Device.Model.Property("PowerMode", null)>]
member this.SetPowerMode : Iot.Device.Bmxx80.PowerMode.Bme680PowerMode -> unit
Public Sub SetPowerMode (powerMode As Bme680PowerMode)

Parameters

powerMode
Bme680PowerMode

The Bme680PowerMode to set.

Attributes

Exceptions

Thrown when the power mode does not match a defined mode in Bme680PowerMode.

Applies to