Class Info
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
chipIdbyteChip identifier.
acceleratorIdbyteAccelerometer identifier.
magnetometerIdbyteMagnetometer identifier.
gyroscopeIdbyteGyroscope identifier.
firmwareVersionVersionFirmware version.
bootloaderVersionVersionBootloader version.
Properties
AcceleratorId
Gets or sets accelerometer identifier.
public byte AcceleratorId { get; set; }
Property Value
BootloaderVersion
Gets or sets bootloader version.
public Version BootloaderVersion { get; set; }
Property Value
ChipId
Gets or sets chip identifier.
public byte ChipId { get; set; }
Property Value
FirmwareVersion
Gets or sets firmware version.
public Version FirmwareVersion { get; set; }
Property Value
GyroscopeId
Gets or sets gyroscope identifier.
public byte GyroscopeId { get; set; }
Property Value
MagnetometerId
Gets or sets magnetometer identifier.
public byte MagnetometerId { get; set; }