jellyfin/SocketHttpListener/Rsv.cs

9 lines
96 B
C#
Raw Normal View History

2016-11-11 20:55:12 +01:00
namespace SocketHttpListener
{
internal enum Rsv : byte
{
Off = 0x0,
On = 0x1
}
}