VehicleElectronicTollCollectionCardType

public final class VehicleElectronicTollCollectionCardType
extends Object

java.lang.Object
   ↳ android.car.hardware.property.VehicleElectronicTollCollectionCardType


Used by VehiclePropertyIds.ELECTRONIC_TOLL_COLLECTION_CARD_TYPE to enumerate ETC(electronic toll collection) card types in the vehicle. Use in CarPropertyManager.getProperty(int, int) to get this property value.

Summary

Constants

int JP_ELECTRONIC_TOLL_COLLECTION_CARD

A Japanese electronic toll collection card that does not support ETC 2.0.

int JP_ELECTRONIC_TOLL_COLLECTION_CARD_V2

A Japanese electronic toll collection 2.0 card.

int UNKNOWN

Type is unknown or not in the list below.

Inherited methods

Object clone()
boolean equals(Object arg0)
void finalize()
final Class<?> getClass()
int hashCode()
final void notify()
final void notifyAll()
String toString()
final void wait(long arg0, int arg1)
final void wait(long arg0)
final void wait()

Constants

JP_ELECTRONIC_TOLL_COLLECTION_CARD

public static final int JP_ELECTRONIC_TOLL_COLLECTION_CARD

A Japanese electronic toll collection card that does not support ETC 2.0.

Constant Value: 1 (0x00000001)

JP_ELECTRONIC_TOLL_COLLECTION_CARD_V2

public static final int JP_ELECTRONIC_TOLL_COLLECTION_CARD_V2

A Japanese electronic toll collection 2.0 card.

Constant Value: 2 (0x00000002)

UNKNOWN

public static final int UNKNOWN

Type is unknown or not in the list below.

Constant Value: 0 (0x00000000)