jellyfin/SocketHttpListener/Rsv.cs

9 lines
96 B
C#
Raw Normal View History

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