Table of Contents

Class Info

Namespace
Iot.Device.Bno055
Assembly
Iot.Device.Bno055.dll

Information for the various sensor ID, firmware and bootloader versions.

public class Info
Inheritance
Info

Constructors

Info(byte, byte, byte, byte, Version, Version)

Initializes a new instance of the Info class.

public Info(byte chipId, byte acceleratorId, byte magnetometerId, byte gyroscopeId, Version firmwareVersion, Version bootloaderVersion)

Parameters

chipId byte

Chip identifier.

acceleratorId byte

Accelerometer identifier.

magnetometerId byte

Magnetometer identifier.

gyroscopeId byte

Gyroscope identifier.

firmwareVersion Version

Firmware version.

bootloaderVersion Version

Bootloader version.

Properties

AcceleratorId

Gets or sets accelerometer identifier.

public byte AcceleratorId { get; set; }

Property Value

byte

BootloaderVersion

Gets or sets bootloader version.

public Version BootloaderVersion { get; set; }

Property Value

Version

ChipId

Gets or sets chip identifier.

public byte ChipId { get; set; }

Property Value

byte

FirmwareVersion

Gets or sets firmware version.

public Version FirmwareVersion { get; set; }

Property Value

Version

GyroscopeId

Gets or sets gyroscope identifier.

public byte GyroscopeId { get; set; }

Property Value

byte

MagnetometerId

Gets or sets magnetometer identifier.

public byte MagnetometerId { get; set; }

Property Value

byte