Edit

Share via


Bno055Sensor.RunSelfTest Method

Definition

Run a self test. In case of error, use GetStatus() and GetError() to get the last error

public Iot.Device.Bno055.TestResult RunSelfTest ();
[System.Device.Model.Command(null, null)]
public Iot.Device.Bno055.TestResult RunSelfTest ();
member this.RunSelfTest : unit -> Iot.Device.Bno055.TestResult
[<System.Device.Model.Command(null, null)>]
member this.RunSelfTest : unit -> Iot.Device.Bno055.TestResult
Public Function RunSelfTest () As TestResult

Returns

Status fo the test

Attributes

Applies to