v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.bsm.WheelBrakes |
Represents the status of the wheel brakes (BSM).
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final WheelBrakes | UNAVAILABLE | Represents the unavailable value for wheel brake status. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
WheelBrakes()
Creates a new wheel brakes instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | equals(Object o) | ||||||||||
| int | hashCode() | ||||||||||
| boolean |
isLeftFrontSet()
Returns whether the front left brake is engaged.
| ||||||||||
| boolean |
isLeftRearSet()
Returns whether the rear left brake is engaged.
| ||||||||||
| boolean |
isRightFrontSet()
Returns whether the front right brake is engaged.
| ||||||||||
| boolean |
isRightRearSet()
Returns whether the rear right brake is engaged.
| ||||||||||
| WheelBrakes |
setLeftFront(boolean value)
Sets whether the front left brake is engaged
| ||||||||||
| WheelBrakes |
setLeftRear(boolean value)
Sets whether the rear left brake is engaged
| ||||||||||
| WheelBrakes |
setRightFront(boolean value)
Sets whether the front right brake is engaged
| ||||||||||
| WheelBrakes |
setRightRear(boolean value)
Sets whether the rear right brake is engaged
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Represents the unavailable value for wheel brake status.
Creates a new wheel brakes instance.
Returns whether the front left brake is engaged.
Returns whether the rear left brake is engaged.
Returns whether the front right brake is engaged.
Returns whether the rear right brake is engaged.
Sets whether the front left brake is engaged
| value | whether the front left brake is engaged. |
|---|
Sets whether the rear left brake is engaged
| value | whether the rear left brake is engaged. |
|---|
Sets whether the front right brake is engaged
| value | whether the front right brake is engaged. |
|---|
Sets whether the rear right brake is engaged
| value | whether the rear right brake is engaged. |
|---|