From 049694365e4b1f9655dc9797504dfec61ffdeb44 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Sun, 5 Aug 2018 08:58:04 -0400 Subject: [PATCH] Updated comment about FrameReserved --- varicode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varicode.h b/varicode.h index fb7da4a..5399355 100644 --- a/varicode.h +++ b/varicode.h @@ -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;