String
Get the enum value for VDRC_DATA_ALREADY_SUBSCRIBED. The vehicle data item is already subscribed.
Kind: Static property of VehicleDataResultCode
Returns: String
- The enum value.
String
Get the enum value for VDRC_DATA_NOT_AVAILABLE. The requested vehicle data item / DTC / DID is not currently available or responding on the bus / system.
Kind: Static property of VehicleDataResultCode
Returns: String
- The enum value.
String
Get the enum value for VDRC_DATA_NOT_SUBSCRIBED. The vehicle data item cannot be unsubscribed because it is not currently subscribed.
Kind: Static property of VehicleDataResultCode
Returns: String
- The enum value.
String
Get the enum value for VDRC_DISALLOWED. This vehicle data item is not allowed for this app by the OEM/Manufactorer of the connected module.
Kind: Static property of VehicleDataResultCode
Returns: String
- The enum value.
String
Get the enum value for VDRC_IGNORED. The request for this item is ignored because it is already in progress.
Kind: Static property of VehicleDataResultCode
Returns: String
- The enum value.
String
Get the enum value for VDRC_INVALID_ID. The ECU ID referenced is not a valid ID on the bus / system.
Kind: Static property of VehicleDataResultCode
Returns: String
- The enum value.
String
Get the enum value for VDRC_SUCCESS. Individual vehicle data item / DTC / DID request or subscription successful
Kind: Static property of VehicleDataResultCode
Returns: String
- The enum value.