summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLReadDID.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2017-01-11 14:23:43 -0800
committerMuller, Alexander (A.) <amulle19@ford.com>2017-01-11 14:23:43 -0800
commit0c33a5bf0e12da6d2d861fe1ffa2ff5324d16a57 (patch)
tree3b103daa03b646394924d688e5b7da4177d332bc /SmartDeviceLink/SDLReadDID.h
parent087e6c1414517c15651b950cbeb3159794b7a877 (diff)
parent1f5f90d1409842bc9a0b1579f4988fe0ad94f36e (diff)
downloadsdl_ios-0c33a5bf0e12da6d2d861fe1ffa2ff5324d16a57.tar.gz
Merge remote-tracking branch 'origin/develop' into feature/sdl_0018_nullability_annotations
* origin/develop: (30 commits) Remove a test focus Fixed test cases Fix podspec not updated with latest version number Update for v4.5.0 Follow style guide for boolean check Updated formatting of README.md Added steps for using the lock screen manager from SDL's bundle to the readme. Added check when trying to upload an appIcon for a head unit that does not support graphics. Update for v4.5.0 Fixed issue with trying to upload a file that is nil will cause an infinite loop. Fixed an issue with initializer causing infinite loop. Improved readability for nil-checks. Fixed issue relating to SDLLocationDetails' searchAddress using the wrong key for object store. Fixed formatting for some interfaces. Fixed issue with LocationDetails' properties not properly becoming initialized. Fixed issue with waypoints not being correctly initialized as SDLLocationDetails Adding in nil checks for completion handlers of Streaming Media Manager. Updated description to return correct control data name. Update changelog for v4.5.0-beta.1 Update for v4.5.0-beta.1 release ... # Conflicts: # SmartDeviceLink/SDLGetWaypoints.h # SmartDeviceLink/SDLGetWaypoints.m # SmartDeviceLink/SDLGetWaypointsResponse.h # SmartDeviceLink/SDLGetWaypointsResponse.m # SmartDeviceLink/SDLLocationDetails.m # SmartDeviceLink/SDLOnWaypointChange.h # SmartDeviceLink/SDLOnWaypointChange.m # SmartDeviceLink/SDLPerformInteraction.h # SmartDeviceLink/SDLPerformInteraction.m # SmartDeviceLink/SDLShowConstantTBT.h # SmartDeviceLink/SDLShowConstantTBT.m # SmartDeviceLink/SDLSoftButton.h # SmartDeviceLink/SDLSubscribeWaypoints.h # SmartDeviceLink/SDLSubscribeWaypoints.m # SmartDeviceLink/SDLSubscribeWaypointsResponse.h # SmartDeviceLink/SDLUnsubscribeWaypoints.h # SmartDeviceLink/SDLUnsubscribeWaypoints.m # SmartDeviceLink/SDLUnsubscribeWaypointsResponse.h # SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m
Diffstat (limited to 'SmartDeviceLink/SDLReadDID.h')
-rw-r--r--SmartDeviceLink/SDLReadDID.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLReadDID.h b/SmartDeviceLink/SDLReadDID.h
index 8c3482fa2..6b3eafe99 100644
--- a/SmartDeviceLink/SDLReadDID.h
+++ b/SmartDeviceLink/SDLReadDID.h
@@ -21,7 +21,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface SDLReadDID : SDLRPCRequest
-- (instancetype)initWithECUName:(UInt16)ecuNumber didLocation:(NSArray<NSNumber<SDLInt> *> *)didLocation;
+- (instancetype)initWithECUName:(UInt16)ecuNumber didLocation:(NSArray<NSNumber<SDLUInt> *> *)didLocation;
/**
* @abstract An ID of the vehicle module