C# Class RePingResponse, home3

ping包回复(第二步)(generated by shine)
Inheritance: ShineResponse
ファイルを表示 Open project: shineTeam7/home3

Public Properties

Property Type Description
index int

Public Methods

Method Description
RePingResponse ( ) : ShineEngine
getDataClassName ( ) : string

获取数据类名

Protected Methods

Method Description
execute ( ) : void

执行

toReadBytesFull ( BytesReadStream stream ) : void

读取字节流(完整版)

toReadBytesSimple ( BytesReadStream stream ) : void

读取字节流(简版)

toRelease ( DataPool, pool ) : void

回池

toWriteDataString ( DataWriter, writer ) : void

转文本输出

Method Details

RePingResponse() public method

public RePingResponse ( ) : ShineEngine
return ShineEngine

execute() protected method

执行
protected execute ( ) : void
return void

getDataClassName() public method

获取数据类名
public getDataClassName ( ) : string
return string

toReadBytesFull() protected method

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

toReadBytesSimple() protected method

读取字节流(简版)
protected toReadBytesSimple ( BytesReadStream stream ) : void
stream BytesReadStream
return void

toRelease() protected method

回池
protected toRelease ( DataPool, pool ) : void
pool DataPool,
return void

toWriteDataString() protected method

转文本输出
protected toWriteDataString ( DataWriter, writer ) : void
writer DataWriter,
return void

Property Details

index public_oe property

public int index
return int