StringNumberVehicleDataResultCodeDIDResultDIDResultDIDResultStringGet the Data
Kind: Instance method of DIDResult
Returns: String - the KEY_DATA value
NumberGet the DidLocation
Kind: Instance method of DIDResult
Returns: Number - the KEY_DID_LOCATION value
VehicleDataResultCodeGet the ResultCode
Kind: Instance method of DIDResult
Returns: VehicleDataResultCode - the KEY_RESULT_CODE value
DIDResultSet 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} |
DIDResultSet 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} |