source: azure_iot_hub/trunk/azure_iohub/iothub_client/src/version.c@ 388

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

Azure IoT Hub Device C SDK を使ったサンプルの追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-csrc
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.