Non periodic vehicle data read request. This is an RPC to get diagnostics data from certain vehicle modules. DIDs of a certain module might differ from vehicle type to vehicle type
Function Group: ProprietaryData
HMILevel needs to be FULL, LIMITED or BACKGROUND
Since SmartDeviceLink 2.0
Convenience init
- (nonnull instancetype)initWithECUName:(UInt16)ecuNumber
didLocation:(nonnull NSArray<NSNumber<SDLUInt> *> *)
didLocation;
init(ecuName ecuNumber: UInt16, didLocation: [NSNumber & SDLUInt])
An ID of the vehicle module
Raw data from vehicle data DID location(s)
An SDLReadDID object
An ID of the vehicle module
Notes: Minvalue:0; Maxvalue:65535
@property (nonatomic, strong) NSNumber<SDLInt> *_Nonnull ecuName;
var ecuName: NSNumber & SDLInt { get set }
Raw data from vehicle data DID location(s)
Notes:
a Vector
Mandatory, contains an integer
@property (nonatomic, strong) NSArray<NSNumber *> *_Nonnull didLocation;
var didLocation: [NSNumber] { get set }