VehicleElectronicTollCollectionCardStatus
public
class
VehicleElectronicTollCollectionCardStatus
extends Object
java.lang.Object | |
↳ | android.car.hardware.property.VehicleElectronicTollCollectionCardStatus |
Used by VehiclePropertyIds.ELECTRONIC_TOLL_COLLECTION_CARD_STATUS
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 |
ELECTRONIC_TOLL_COLLECTION_CARD_INVALID
An electronic toll collection card is present, but it is expired or otherwise invalid |
int |
ELECTRONIC_TOLL_COLLECTION_CARD_NOT_INSERTED
No electronic toll collection card is inserted in the reader |
int |
ELECTRONIC_TOLL_COLLECTION_CARD_VALID
A valid electronic toll collection card is present |
int |
UNKNOWN
Status could not be determined |
Inherited methods | |
---|---|
Constants
ELECTRONIC_TOLL_COLLECTION_CARD_INVALID
public static final int ELECTRONIC_TOLL_COLLECTION_CARD_INVALID
An electronic toll collection card is present, but it is expired or otherwise invalid
Constant Value: 2 (0x00000002)
ELECTRONIC_TOLL_COLLECTION_CARD_NOT_INSERTED
public static final int ELECTRONIC_TOLL_COLLECTION_CARD_NOT_INSERTED
No electronic toll collection card is inserted in the reader
Constant Value: 3 (0x00000003)
ELECTRONIC_TOLL_COLLECTION_CARD_VALID
public static final int ELECTRONIC_TOLL_COLLECTION_CARD_VALID
A valid electronic toll collection card is present
Constant Value: 1 (0x00000001)
UNKNOWN
public static final int UNKNOWN
Status could not be determined
Constant Value: 0 (0x00000000)