MCPcopy Create free account
hub / github.com/Neverous/efibooteditor / DataFormat

Enum DataFormat

include/filepathdialog.h:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 };
89
90 enum class DataFormat : uint8_t
91 {
92 Base64 = 0,
93 Utf16 = 1,
94 Utf8 = 2,
95 Hex = 3,
96 };
97
98 enum class VendorTypeIndex : uint8_t
99 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected