Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface NTPClient iothub_amqp_transport iothub_client mbed-rtos mbed
Fork of iothub_client_sample_amqp by
tlsio.h
00001 // Copyright (c) Microsoft. All rights reserved. 00002 // Licensed under the MIT license. See LICENSE file in the project root for full license information. 00003 00004 #ifndef TLSIO_H 00005 #define TLSIO_H 00006 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif /* __cplusplus */ 00010 00011 00012 typedef struct TLSIO_CONFIG_TAG 00013 { 00014 const char* hostname; 00015 int port; 00016 } TLSIO_CONFIG; 00017 00018 #ifdef __cplusplus 00019 } 00020 #endif /* __cplusplus */ 00021 00022 #endif /* TLSIO_H */
Generated on Tue Jul 12 2022 12:43:25 by
