summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLIAPSession.h
diff options
context:
space:
mode:
authorDavid Switzer <dswitzer@xevo.com>2017-04-13 11:23:28 -0700
committerDavid Switzer <dswitzer@xevo.com>2017-04-13 11:23:28 -0700
commit5d6b00d031dc6ec100f359144218f73f088aceb4 (patch)
treecd3fdae000a9eac0218850d84b9cc95185102a1e /SmartDeviceLink/SDLIAPSession.h
parent6908e5d4bf208d44e3867a44ad7088504baa86c4 (diff)
downloadsdl_ios-5d6b00d031dc6ec100f359144218f73f088aceb4.tar.gz
Review feedback incorporated into SDLIAPSession class.
Diffstat (limited to 'SmartDeviceLink/SDLIAPSession.h')
-rw-r--r--SmartDeviceLink/SDLIAPSession.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLIAPSession.h b/SmartDeviceLink/SDLIAPSession.h
index c4ecf5f86..751d10086 100644
--- a/SmartDeviceLink/SDLIAPSession.h
+++ b/SmartDeviceLink/SDLIAPSession.h
@@ -17,6 +17,7 @@ typedef void (^SessionCompletionHandler)(BOOL success);
@property (strong, atomic) EASession *easession;
@property (weak) id<SDLIAPSessionDelegate> delegate;
@property (strong, atomic) SDLStreamDelegate *streamDelegate;
+@property (assign, readonly, getter=isStopped) BOOL stopped;
- (instancetype)initWithAccessory:(EAAccessory *)accessory
forProtocol:(NSString *)protocol;