This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
coder
/
SMBLibrary-Fork
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
ca8f4c73c3
ブランチ
タグ
Mod-1
master
SMBLibrary-F...
/
SMBLibrary
/
NetBios
/
NameServicePackets
/
Enums
/
QuestionClass.cs
QuestionClass.cs
114 B
履歴
Raw
1
2
3
4
5
6
7
8
namespace SMBLibrary.NetBios
{
public enum QuestionClass : ushort
{
In = 0x0001,
}
}