java.lang.Object | |
↳ | com.commsignia.v2x.client.model.ExteriorLights |
Represents the exterior lights' status in a CAM message.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ExteriorLights()
Creates a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
int | hashCode() | ||||||||||
boolean |
isDaytimeRunningLightsOn()
Returns status of the daytime running lights.
| ||||||||||
boolean |
isFogLightOn()
Returns the status of the fog lights.
| ||||||||||
boolean |
isHighBeamHeadlightsOn()
Returns the status of the high beam headlights.
| ||||||||||
boolean |
isLeftTurnSignalOn()
Returns the status of the left turn signal.
| ||||||||||
boolean |
isLowBeamHeadlightsOn()
Returns the status of the low beam headlights.
| ||||||||||
boolean |
isParkingLightsOn()
Returns the status of the parking lights.
| ||||||||||
boolean |
isReverseLightOn()
Returns the status of the reverse light.
| ||||||||||
boolean |
isRightTurnSignalOn()
Returns the status of right turn signal.
| ||||||||||
ExteriorLights |
setDaytimeRunningLightsOn(boolean daytimeRunningLightsOn)
Sets the status info of the daytime running lights.
| ||||||||||
ExteriorLights |
setFogLightOn(boolean fogLightOn)
Sets the status of the fog lights.
| ||||||||||
ExteriorLights |
setHighBeamHeadlightsOn(boolean highBeamHeadlightsOn)
Sets the status info of the high beam headlights.
| ||||||||||
ExteriorLights |
setLeftTurnSignalOn(boolean leftTurnSignalOn)
Sets the status info of the lefty turn signal.
| ||||||||||
ExteriorLights |
setLowBeamHeadlightsOn(boolean lowBeamHeadlightsOn)
Sets the status of the low beam headlights.
| ||||||||||
ExteriorLights |
setParkingLightsOn(boolean parkingLightsOn)
Sets the status of the parking lights.
| ||||||||||
ExteriorLights |
setReverseLightOn(boolean reverseLightOn)
Sets the status info of the reverse light.
| ||||||||||
ExteriorLights |
setRightTurnSignalOn(boolean rightTurnSignalOn)
Sets the status info of the right turn signal.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new instance.
Returns status of the daytime running lights.
Returns the status of the fog lights.
Returns the status of the high beam headlights.
Returns the status of the left turn signal.
Returns the status of the low beam headlights.
Returns the status of the parking lights.
Returns the status of the reverse light.
Returns the status of right turn signal.
Sets the status info of the daytime running lights.
daytimeRunningLightsOn | true if the daytime running lights are on |
---|
Sets the status of the fog lights.
fogLightOn | true if the fog light is on |
---|
Sets the status info of the high beam headlights.
highBeamHeadlightsOn | true if the high beam headlights are on |
---|
Sets the status info of the lefty turn signal.
leftTurnSignalOn | true if the left turn signal is on |
---|
Sets the status of the low beam headlights.
lowBeamHeadlightsOn | true if the low beam headlights are on |
---|
Sets the status of the parking lights.
parkingLightsOn | true if the parking lights are on |
---|
Sets the status info of the reverse light.
reverseLightOn | true if th reverse light is on |
---|
Sets the status info of the right turn signal.
rightTurnSignalOn | true if the right turn signal is on |
---|