summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2021-04-20 11:35:16 -0400
committerJoel Fischer <joeljfischer@gmail.com>2021-04-20 11:35:16 -0400
commit1fa7c0175753dbed92f5ebe7d464f8bbad395c4b (patch)
treea02ddf727b484bcb3e5fc81aeef80d88e394e5fb
parent012eac0ca2c2d273b6e8e04ca615991537d72ae8 (diff)
downloadsdl_ios-1fa7c0175753dbed92f5ebe7d464f8bbad395c4b.tar.gz
Add documentation
-rw-r--r--SmartDeviceLink/private/SDLProtocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/private/SDLProtocol.h b/SmartDeviceLink/private/SDLProtocol.h
index f6f97b561..84537e5b8 100644
--- a/SmartDeviceLink/private/SDLProtocol.h
+++ b/SmartDeviceLink/private/SDLProtocol.h
@@ -136,6 +136,7 @@ extern NSString *const SDLProtocolSecurityErrorDomain;
* Sends an unencrypted RPC to Core
*
* @param message A SDLRPCMessage message
+ * @param error A pass-back error object if the RPC failed to send
* @returns YES if the RPC was sent, NO if it was not
*/
- (BOOL)sendRPC:(SDLRPCMessage *)message error:(NSError *__autoreleasing *)error;