summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLControlFramePayloadRPCStartService.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-07-26 13:05:31 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-07-26 13:05:31 -0400
commit5dd7c586f823727e6950749eea536939cb683b1e (patch)
tree873eae6cf989b4fad743f59f8ac51c2dbb764d62 /SmartDeviceLink/SDLControlFramePayloadRPCStartService.h
parentb651a9e0c579990e80f9c87df9e5f994e9030eda (diff)
downloadsdl_ios-5dd7c586f823727e6950749eea536939cb683b1e.tar.gz
Add documentation to control frame payload types
* Fix a bug in the start service ack v5 payload preventing the protocol version from being parsed * Add the Video service start service and start service ack payload objects
Diffstat (limited to 'SmartDeviceLink/SDLControlFramePayloadRPCStartService.h')
-rw-r--r--SmartDeviceLink/SDLControlFramePayloadRPCStartService.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLControlFramePayloadRPCStartService.h b/SmartDeviceLink/SDLControlFramePayloadRPCStartService.h
index 20acee9d1..7519e26f9 100644
--- a/SmartDeviceLink/SDLControlFramePayloadRPCStartService.h
+++ b/SmartDeviceLink/SDLControlFramePayloadRPCStartService.h
@@ -14,6 +14,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface SDLControlFramePayloadRPCStartService : NSObject <SDLControlFramePayloadType>
+/// The max version of protocol version supported by client requesting service to start. Must be in the format "Major.Minor.Patch"
@property (copy, nonatomic, readonly, nullable) NSString *protocolVersion;
- (instancetype)initWithMajorVersion:(NSUInteger)majorVersion minorVersion:(NSUInteger)minorVersion patchVersion:(NSUInteger)patchVersion;