source: azure_iot_hub_f767zi/trunk/azure_iot_sdk/iothub_client/src/version.c@ 457

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

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-csrc;charset=UTF-8
File size: 435 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#include "iothub_client_version.h"
5
6const char* IoTHubClient_GetVersionString(void)
7{
8 /*Codes_SRS_IOTHUBCLIENT_05_001: [IoTHubClient_GetVersionString shall return a pointer to a constant string which indicates the version of IoTHubClient API.]*/
9 return IOTHUB_SDK_VERSION;
10}
Note: See TracBrowser for help on using the repository browser.