String
Number
VehicleDataResultCode
DIDResult
DIDResult
DIDResult
String
Get the Data
Kind: Instance method of DIDResult
Returns: String
- the KEY_DATA value
Number
Get the DidLocation
Kind: Instance method of DIDResult
Returns: Number
- the KEY_DID_LOCATION value
VehicleDataResultCode
Get the ResultCode
Kind: Instance method of DIDResult
Returns: VehicleDataResultCode
- the KEY_RESULT_CODE value
DIDResult
Set the Data
Kind: Instance method of DIDResult
Returns: DIDResult
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
data | String |
Raw DID-based data returned for requested element. - The desired Data. {'string_min_length': 1, 'string_max_length': 5000} |
DIDResult
Set the DidLocation
Kind: Instance method of DIDResult
Returns: DIDResult
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
location | Number |
Location of raw data from vehicle data DID - The desired DidLocation. {'num_min_value': 0, 'num_max_value': 65535} |