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
{
enum class FrameFormat : uint8_t
{
http = 0
};
}