summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Elias <francois.elias@livio.io>2021-08-12 08:21:53 -0400
committerFrank Elias <francois.elias@livio.io>2021-08-12 08:21:53 -0400
commit49faab29048cdeecd40d4477e73be8f43ec9708e (patch)
treea567b09badb0f6444d0a0db5d2b82d34132638d2
parenta0c49b68cf08b45a39211d538766f18b94c7443c (diff)
downloadsdl_ios-49faab29048cdeecd40d4477e73be8f43ec9708e.tar.gz
security payload update
-rw-r--r--SmartDeviceLink/private/SDLSecurityQueryPayload.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/private/SDLSecurityQueryPayload.h b/SmartDeviceLink/private/SDLSecurityQueryPayload.h
index 5ba3c59f0..4a49607e8 100644
--- a/SmartDeviceLink/private/SDLSecurityQueryPayload.h
+++ b/SmartDeviceLink/private/SDLSecurityQueryPayload.h
@@ -22,7 +22,7 @@ typedef NS_ENUM(Byte, SDLSecurityQueryType) {
SDLSecurityQueryTypeNotification = 0x02
};
-typedef NS_ENUM(Byte, SDLSecurityQueryId) {
+typedef NS_ENUM(UInt32, SDLSecurityQueryId) {
/// Send handshake data
SDLSecurityQueryIdSendHandshake = 0x000001,