Interface Movementsensor.GetPropertiesResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Movementsensor.GetPropertiesResponse, Movementsensor.GetPropertiesResponse.Builder
Enclosing class:
Movementsensor

public static interface Movementsensor.GetPropertiesResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool angular_velocity_supported = 2 [json_name = "angularVelocitySupported"];
    boolean
    bool compass_heading_supported = 5 [json_name = "compassHeadingSupported"];
    boolean
    bool linear_acceleration_supported = 6 [json_name = "linearAccelerationSupported"];
    boolean
    bool linear_velocity_supported = 1 [json_name = "linearVelocitySupported"];
    boolean
    bool orientation_supported = 3 [json_name = "orientationSupported"];
    boolean
    bool position_supported = 4 [json_name = "positionSupported"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getLinearVelocitySupported

      boolean getLinearVelocitySupported()
      bool linear_velocity_supported = 1 [json_name = "linearVelocitySupported"];
      Returns:
      The linearVelocitySupported.
    • getAngularVelocitySupported

      boolean getAngularVelocitySupported()
      bool angular_velocity_supported = 2 [json_name = "angularVelocitySupported"];
      Returns:
      The angularVelocitySupported.
    • getOrientationSupported

      boolean getOrientationSupported()
      bool orientation_supported = 3 [json_name = "orientationSupported"];
      Returns:
      The orientationSupported.
    • getPositionSupported

      boolean getPositionSupported()
      bool position_supported = 4 [json_name = "positionSupported"];
      Returns:
      The positionSupported.
    • getCompassHeadingSupported

      boolean getCompassHeadingSupported()
      bool compass_heading_supported = 5 [json_name = "compassHeadingSupported"];
      Returns:
      The compassHeadingSupported.
    • getLinearAccelerationSupported

      boolean getLinearAccelerationSupported()
      bool linear_acceleration_supported = 6 [json_name = "linearAccelerationSupported"];
      Returns:
      The linearAccelerationSupported.