CCF
Loading...
Searching...
No Matches
frame_format.h
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation. All rights reserved.
2// Licensed under the Apache 2.0 License.
3#pragma once
4
5namespace ccf
6{
7 enum class FrameFormat : uint8_t
8 {
9 http = 0
10 };
11}
Definition app_interface.h:14
FrameFormat
Definition frame_format.h:8
Definition error_reporter.h:6