C# 클래스 RePingResponse, home3

ping包回复(第二步)(generated by shine)
상속: ShineResponse
파일 보기 프로젝트 열기: shineTeam7/home3

공개 프로퍼티들

프로퍼티 타입 설명
index int

공개 메소드들

메소드 설명
RePingResponse ( ) : ShineEngine
getDataClassName ( ) : string

获取数据类名

보호된 메소드들

메소드 설명
execute ( ) : void

执行

toReadBytesFull ( BytesReadStream stream ) : void

读取字节流(完整版)

toReadBytesSimple ( BytesReadStream stream ) : void

读取字节流(简版)

toRelease ( DataPool, pool ) : void

回池

toWriteDataString ( DataWriter, writer ) : void

转文本输出

메소드 상세

RePingResponse() 공개 메소드

public RePingResponse ( ) : ShineEngine
리턴 ShineEngine

execute() 보호된 메소드

执行
protected execute ( ) : void
리턴 void

getDataClassName() 공개 메소드

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

toReadBytesFull() 보호된 메소드

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

toReadBytesSimple() 보호된 메소드

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

toRelease() 보호된 메소드

回池
protected toRelease ( DataPool, pool ) : void
pool DataPool,
리턴 void

toWriteDataString() 보호된 메소드

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

프로퍼티 상세

index 공개적으로 프로퍼티

public int index
리턴 int