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
Undocumented
@interface SDLReadDID : SDLRPCRequest
@abstract An ID of the vehicle module
Notes: Minvalue:0; Maxvalue:65535
@property (readwrite, strong, nonatomic) NSNumber<SDLInt> *_Nonnull ecuName;
var ecuName: NSNumber
@abstract Raw data from vehicle data DID location(s)
Notes:
a Vector
@property (readwrite, strong, nonatomic)
NSArray<NSNumber<SDLInt> *> *_Nonnull didLocation;
var didLocation: [NSNumber