summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2017-10-17 17:28:47 -0400
committerJoey Grover <joeygrover@gmail.com>2017-10-17 17:28:47 -0400
commit59fcaf3534028ff3814c6719f2efd81bd0e0ef8a (patch)
tree24d87dae8b238d269a4bb9bdc5c64b32482a9698
parenta1b2703bf565d265f7aa9342a6ae7b60c2666678 (diff)
downloadsdl_android-59fcaf3534028ff3814c6719f2efd81bd0e0ef8a.tar.gz
Update documentation for radioEnabled4.4.0-rc.1
-rw-r--r--sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/RadioControlData.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/RadioControlData.java b/sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/RadioControlData.java
index 90d8a9de0..92c2ebeff 100644
--- a/sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/RadioControlData.java
+++ b/sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/RadioControlData.java
@@ -182,6 +182,7 @@ public class RadioControlData extends RPCStruct{
/**
* Sets the radioEnable portion of the RadioControlData class
+ * <br><b>Note: </b> This setting is normally a <b>READ-ONLY</b> setting
*
* @param radioEnable
* True if the radio is on, false is the radio is off.
@@ -192,6 +193,7 @@ public class RadioControlData extends RPCStruct{
/**
* Gets the radioEnable portion of the RadioControlData class
+ * <br><b>Note: </b> If this is set to false, no other data will be included.
*
* @return Boolean - True if the radio is on, false is the radio is off.
*/