summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-10-17 16:16:35 -0400
committerGitHub <noreply@github.com>2017-10-17 16:16:35 -0400
commitfbf3506b5ab2d99683c53d3d13d5b8a1ddbfe833 (patch)
treedb83ada0812a4188a01d2a0ebbe9cff026ede1c1
parent5a681ede9d0bd7ba5b130da5c24a1b15148377d9 (diff)
parent8d39bc3e2b367709ee6ffd7f8abcfdbb4b9aefc2 (diff)
downloadsdl_ios-fbf3506b5ab2d99683c53d3d13d5b8a1ddbfe833.tar.gz
Merge pull request #768 from smartdevicelink/bugfix/issue_762_documentation
Documentation Fix on SDLRadioControlData
-rw-r--r--SmartDeviceLink/SDLRadioControlData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLRadioControlData.h b/SmartDeviceLink/SDLRadioControlData.h
index 693aa4272..f9ff2fd28 100644
--- a/SmartDeviceLink/SDLRadioControlData.h
+++ b/SmartDeviceLink/SDLRadioControlData.h
@@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nullable, strong, nonatomic) NSNumber<SDLInt> *signalChangeThreshold;
/**
- * @abstract True if the radio is on, false is the radio is off
+ * @abstract True if the radio is on, false is the radio is off. When the radio is disabled, no data other than radioEnable is included in a GetInteriorVehicleData response
*
* Boolean value
*/