CCF/include/ccf/frame_format.h

12 строки
192 B
C++
Исходник Постоянная ссылка Обычный вид История

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache 2.0 License.
#pragma once
namespace ccf
{
2024-04-17 10:48:38 +03:00
enum class FrameFormat : uint8_t
{
http = 0
};
}