Updated comment about FrameReserved

This commit is contained in:
Jordan Sherer 2018-08-05 08:58:04 -04:00
parent e3ae807c85
commit 049694365e

View File

@ -35,7 +35,7 @@ public:
FrameDirectedNegative = 4, // [100]
FrameDataUnpadded = 5, // [101]
FrameDataPadded = 6, // [110]
FrameReserved = 7, // [111]
FrameReserved = 7, // [111] <- Reserved for future use, likely binary data / other formats.
};
static const quint8 FrameTypeMax = 7;