Ignore:
Timestamp:
Jun 22, 2021, 9:00:19 PM (3 years ago)
Author:
coas-nagasima
Message:

WolfSSLとAzure IoT SDKを更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure_iot_hub_f767zi/trunk/azure_iot_sdk/iothub_client/inc/iothub_client_core.h

    r457 r464  
    22// Licensed under the MIT license. See LICENSE file in the project root for full license information.
    33
    4 /** @file iothub_client_core.h
    5 *    @brief Extends the IoTHubClientCore_LL module with additional features.
    6 *
    7 *    @details IoTHubClientCore is a module that extends the IoTHubClientCore_LL
    8 *             module with 2 features:
    9 *                - scheduling the work for the IoTHubCLient from a
    10 *                  thread, so that the user does not need to create their
    11 *                  own thread
    12 *                - thread-safe APIs
    13 */
     4//**********************************************************************
     5// NOTE: THIS HEADER IS FOR INTERNAL USE ONLY
     6//
     7// Applications should use iothub_device_client.h or iothub_module_client.h
     8// instead for the official API.
     9//
     10//**********************************************************************
    1411
    1512#ifndef IOTHUB_CLIENT_CORE_H
Note: See TracChangeset for help on using the changeset viewer.