source: azure_iot_hub_f767zi/trunk/azure_iot_sdk/iothub_client/inc/internal/iothub_internal_consts.h@ 464

Last change on this file since 464 was 464, checked in by coas-nagasima, 3 years ago

WolfSSLとAzure IoT SDKを更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 943 bytes
Line 
1// Copyright (c) Microsoft. All rights reserved.
2// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
4#ifndef IOTHUB_INTERNAL_CONSTS_H
5#define IOTHUB_INTERNAL_CONSTS_H
6
7#ifdef __cplusplus
8extern "C"
9{
10#endif
11
12 static const char* IOTHUB_API_VERSION = "2020-09-30";
13 static const char* SECURITY_INTERFACE_INTERNAL_ID = "iothub-interface-internal-id";
14 static const char* SECURITY_INTERFACE_INTERNAL_ID_VALUE = "security*azureiot*com^SecurityAgent^1*0*0";
15 static const char* SECURITY_INTERFACE_ID = "iothub-interface-id";
16 static const char* SECURITY_INTERFACE_ID_MQTT = "ifid";
17 static const char* SECURITY_INTERFACE_ID_VALUE = "urn:azureiot:Security:SecurityAgent:1";
18 static const char* SECURITY_MESSAGE_SCHEMA = "iothub-message-schema";
19 static const char* SECURITY_MESSAGE_SCHEMA_VALUE = "sevent";
20
21#ifdef __cplusplus
22}
23#endif
24
25#endif /* IOTHUB_INTERNAL_CONSTS_H */
Note: See TracBrowser for help on using the repository browser.