Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
GameBase
Network
InternalPacket
C# Class GameBase.Network.InternalPacket
ファイルを表示
Open project: dream-young-soul/soul
Class Usage Examples
Public Properties
Property
Type
Description
HEAD
byte[]
TAIL
byte[]
Public Methods
Method
Description
ClearPacket
( ) :
void
GetData
( ) :
byte[]
InternalPacket
( ) :
System
ProcessNetMsg
(
byte
data
) :
void
Private Methods
Method
Description
FindTag
(
byte
data
,
byte
tag
) :
int
Method Details
ClearPacket()
public
method
public
ClearPacket
( ) :
void
return
void
GetData()
public
method
public
GetData
( ) :
byte[]
return
byte[]
InternalPacket()
public
method
public
InternalPacket
( ) :
System
return
System
ProcessNetMsg()
public
method
public
ProcessNetMsg
(
byte
data
) :
void
data
byte
return
void
Property Details
HEAD
public_oe static_oe property
public
static
byte[]
HEAD
return
byte[]
TAIL
public_oe static_oe property
public
static
byte[]
TAIL
return
byte[]