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 TypeMethodDescriptionbooleanbool angular_velocity_supported = 2 [json_name = "angularVelocitySupported"];booleanbool compass_heading_supported = 5 [json_name = "compassHeadingSupported"];booleanbool linear_acceleration_supported = 6 [json_name = "linearAccelerationSupported"];booleanbool linear_velocity_supported = 1 [json_name = "linearVelocitySupported"];booleanbool orientation_supported = 3 [json_name = "orientationSupported"];booleanbool 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.
-