C# 클래스 RPCV2Lib.rpcPacker

파일 보기 프로젝트 열기: petebarber/NFS 1 사용 예제들

공개 메소드들

메소드 설명
Dump ( string what ) : void
rpcPacker ( ) : System
setData ( Byte buf, int length ) : void
setString ( String value ) : void
setUint32 ( uint value ) : void
sizeOfString ( String value ) : uint

보호된 메소드들

메소드 설명
Convert ( Byte data, uint offset, uint value ) : void

비공개 메소드들

메소드 설명
Need ( int need ) : void

메소드 상세

Convert() 보호된 정적인 메소드

protected static Convert ( Byte data, uint offset, uint value ) : void
data Byte
offset uint
value uint
리턴 void

Dump() 공개 메소드

public Dump ( string what ) : void
what string
리턴 void

rpcPacker() 공개 메소드

public rpcPacker ( ) : System
리턴 System

setData() 공개 메소드

public setData ( Byte buf, int length ) : void
buf Byte
length int
리턴 void

setString() 공개 메소드

public setString ( String value ) : void
value String
리턴 void

setUint32() 공개 메소드

public setUint32 ( uint value ) : void
value uint
리턴 void

sizeOfString() 공개 정적인 메소드

public static sizeOfString ( String value ) : uint
value String
리턴 uint