C# Class RePingResponse, home3

ping包回复(第二步)(generated by shine)
Inheritance: ShineResponse
Afficher le fichier Open project: shineTeam7/home3

Méthodes publiques

Свойство Type Description
index int

Méthodes publiques

Méthode Description
RePingResponse ( ) : ShineEngine
getDataClassName ( ) : string

获取数据类名

Méthodes protégées

Méthode Description
execute ( ) : void

执行

toReadBytesFull ( BytesReadStream stream ) : void

读取字节流(完整版)

toReadBytesSimple ( BytesReadStream stream ) : void

读取字节流(简版)

toRelease ( DataPool, pool ) : void

回池

toWriteDataString ( DataWriter, writer ) : void

转文本输出

Method Details

RePingResponse() public méthode

public RePingResponse ( ) : ShineEngine
Résultat ShineEngine

execute() protected méthode

执行
protected execute ( ) : void
Résultat void

getDataClassName() public méthode

获取数据类名
public getDataClassName ( ) : string
Résultat string

toReadBytesFull() protected méthode

读取字节流(完整版)
protected toReadBytesFull ( BytesReadStream stream ) : void
stream BytesReadStream
Résultat void

toReadBytesSimple() protected méthode

读取字节流(简版)
protected toReadBytesSimple ( BytesReadStream stream ) : void
stream BytesReadStream
Résultat void

toRelease() protected méthode

回池
protected toRelease ( DataPool, pool ) : void
pool DataPool,
Résultat void

toWriteDataString() protected méthode

转文本输出
protected toWriteDataString ( DataWriter, writer ) : void
writer DataWriter,
Résultat void

Property Details

index public_oe property

public int index
Résultat int