IMUStreamingError

public enum IMUStreamingError : Error

Represents error related to IMU streaming.

  • Data collection status other than logging, after StartIMUSessionCommand.

    Declaration

    Swift

    case invalidStatus
  • Raw byte stream could not be parsed.

    Declaration

    Swift

    case parsingError
  • Data collection mode config could not be set.

    Declaration

    Swift

    case configSetError