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.
Dependents: iothub_client_sample_amqp remote_monitoring simplesample_amqp
azure_uamqp_c/amqp_definitions_sasl_code.h@43:4c1e4e94cdd3, 2018-06-11 (annotated)
- Committer:
- AzureIoTClient
- Date:
- Mon Jun 11 15:39:52 2018 -0700
- Revision:
- 43:4c1e4e94cdd3
- Parent:
- 40:f0ceafa8d570
1.2.5
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
AzureIoTClient | 40:f0ceafa8d570 | 1 | |
AzureIoTClient | 40:f0ceafa8d570 | 2 | |
AzureIoTClient | 40:f0ceafa8d570 | 3 | // Copyright (c) Microsoft. All rights reserved. |
AzureIoTClient | 40:f0ceafa8d570 | 4 | // Licensed under the MIT license. See LICENSE file in the project root for full license information. |
AzureIoTClient | 40:f0ceafa8d570 | 5 | |
AzureIoTClient | 43:4c1e4e94cdd3 | 6 | // This file is generated. DO NOT EDIT it manually. |
AzureIoTClient | 43:4c1e4e94cdd3 | 7 | // The generator that produces it is located at /uamqp_generator/uamqp_generator.sln |
AzureIoTClient | 43:4c1e4e94cdd3 | 8 | |
AzureIoTClient | 40:f0ceafa8d570 | 9 | #ifndef AMQP_DEFINITIONS_SASL_CODE_H |
AzureIoTClient | 40:f0ceafa8d570 | 10 | #define AMQP_DEFINITIONS_SASL_CODE_H |
AzureIoTClient | 40:f0ceafa8d570 | 11 | |
AzureIoTClient | 40:f0ceafa8d570 | 12 | |
AzureIoTClient | 40:f0ceafa8d570 | 13 | #ifdef __cplusplus |
AzureIoTClient | 40:f0ceafa8d570 | 14 | #include <cstdint> |
AzureIoTClient | 40:f0ceafa8d570 | 15 | extern "C" { |
AzureIoTClient | 40:f0ceafa8d570 | 16 | #else |
AzureIoTClient | 40:f0ceafa8d570 | 17 | #include <stdint.h> |
AzureIoTClient | 40:f0ceafa8d570 | 18 | #include <stdbool.h> |
AzureIoTClient | 40:f0ceafa8d570 | 19 | #endif |
AzureIoTClient | 40:f0ceafa8d570 | 20 | |
AzureIoTClient | 40:f0ceafa8d570 | 21 | #include "azure_uamqp_c/amqpvalue.h" |
AzureIoTClient | 40:f0ceafa8d570 | 22 | #include "azure_c_shared_utility/umock_c_prod.h" |
AzureIoTClient | 40:f0ceafa8d570 | 23 | |
AzureIoTClient | 40:f0ceafa8d570 | 24 | |
AzureIoTClient | 40:f0ceafa8d570 | 25 | typedef uint8_t sasl_code; |
AzureIoTClient | 40:f0ceafa8d570 | 26 | |
AzureIoTClient | 40:f0ceafa8d570 | 27 | MOCKABLE_FUNCTION(, AMQP_VALUE, amqpvalue_create_sasl_code, sasl_code, value); |
AzureIoTClient | 40:f0ceafa8d570 | 28 | |
AzureIoTClient | 40:f0ceafa8d570 | 29 | |
AzureIoTClient | 40:f0ceafa8d570 | 30 | #define amqpvalue_get_sasl_code amqpvalue_get_ubyte |
AzureIoTClient | 40:f0ceafa8d570 | 31 | |
AzureIoTClient | 40:f0ceafa8d570 | 32 | #define sasl_code_ok 0 |
AzureIoTClient | 40:f0ceafa8d570 | 33 | #define sasl_code_auth 1 |
AzureIoTClient | 40:f0ceafa8d570 | 34 | #define sasl_code_sys 2 |
AzureIoTClient | 40:f0ceafa8d570 | 35 | #define sasl_code_sys_perm 3 |
AzureIoTClient | 40:f0ceafa8d570 | 36 | #define sasl_code_sys_temp 4 |
AzureIoTClient | 40:f0ceafa8d570 | 37 | |
AzureIoTClient | 40:f0ceafa8d570 | 38 | |
AzureIoTClient | 40:f0ceafa8d570 | 39 | #ifdef __cplusplus |
AzureIoTClient | 40:f0ceafa8d570 | 40 | } |
AzureIoTClient | 40:f0ceafa8d570 | 41 | #endif |
AzureIoTClient | 40:f0ceafa8d570 | 42 | |
AzureIoTClient | 40:f0ceafa8d570 | 43 | #endif /* AMQP_DEFINITIONS_SASL_CODE_H */ |