3#include "mc/_HeaderOutputPredefine.h"
15 enum class Status : ushort {
18 RangeNotSatisfiable = 416,
25 ::ll::TypedStorage<8, 8, uint64> start;
26 ::ll::TypedStorage<8, 8, uint64> end;
33 ::ll::TypedStorage<2, 2, ::OreUI::ResponseResourceRange::Status> mStatus;
34 ::ll::TypedStorage<8, 24, ::std::optional<::OreUI::ResponseResourceRange::RangeInBytes>> mRangeInBytes;
35 ::ll::TypedStorage<8, 8, uint64> mSize;
Definition ResponseResourceRange.h:7
Definition ResponseResourceRange.h:17