summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDiagnosticMessageResponse.m
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2017-09-13 10:12:10 -0400
committerNicoleYarroch <nicole@livio.io>2017-09-13 10:12:10 -0400
commita0f99a16e8c0e7334ff6b2a75d8b3b3ec24f0fb9 (patch)
treeceeef5f57913a8ee3e24c420fca285b7a24d3fde /SmartDeviceLink/SDLDiagnosticMessageResponse.m
parentafda6cc4c27db1adbca4b8b5b2d4e902a3828fc0 (diff)
downloadsdl_ios-a0f99a16e8c0e7334ff6b2a75d8b3b3ec24f0fb9.tar.gz
Updated getters in RPC request and responses
Signed-off-by: NicoleYarroch <nicole@livio.io>
Diffstat (limited to 'SmartDeviceLink/SDLDiagnosticMessageResponse.m')
-rw-r--r--SmartDeviceLink/SDLDiagnosticMessageResponse.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLDiagnosticMessageResponse.m b/SmartDeviceLink/SDLDiagnosticMessageResponse.m
index 3c8a31444..fac88769c 100644
--- a/SmartDeviceLink/SDLDiagnosticMessageResponse.m
+++ b/SmartDeviceLink/SDLDiagnosticMessageResponse.m
@@ -21,7 +21,7 @@ NS_ASSUME_NONNULL_BEGIN
}
- (NSArray<NSNumber<SDLInt> *> *)messageDataResult {
- return [parameters objectForKey:SDLNameMessageDataResult];
+ return [parameters sdl_objectForName:SDLNameMessageDataResult];
}
@end