C# 클래스 bintalk.ProtocolReader

파일 보기 프로젝트 열기: yuanlin2008/bintalk

공개 메소드들

메소드 설명
read ( bintalk r, bool &v, uint maxValue ) : bool
read ( bintalk r, byte &v, uint maxValue ) : bool
read ( bintalk r, double &v, uint maxValue ) : bool
read ( bintalk r, float &v, uint maxValue ) : bool
read ( bintalk r, int &v, uint maxValue ) : bool
read ( bintalk r, long &v, uint maxValue ) : bool
read ( bintalk r, sbyte &v, uint maxValue ) : bool
read ( bintalk r, short &v, uint maxValue ) : bool
read ( bintalk r, string &v, uint maxValue ) : bool
read ( bintalk r, uint &v, uint maxValue ) : bool
read ( bintalk r, ulong &v, uint maxValue ) : bool
read ( bintalk r, ushort &v, uint maxValue ) : bool
readDynSize ( bintalk r, uint &s ) : bool
readMid ( bintalk r, ushort &v ) : bool

메소드 상세

read() 공개 정적인 메소드

public static read ( bintalk r, bool &v, uint maxValue ) : bool
r bintalk
v bool
maxValue uint
리턴 bool

read() 공개 정적인 메소드

public static read ( bintalk r, byte &v, uint maxValue ) : bool
r bintalk
v byte
maxValue uint
리턴 bool

read() 공개 정적인 메소드

public static read ( bintalk r, double &v, uint maxValue ) : bool
r bintalk
v double
maxValue uint
리턴 bool

read() 공개 정적인 메소드

public static read ( bintalk r, float &v, uint maxValue ) : bool
r bintalk
v float
maxValue uint
리턴 bool

read() 공개 정적인 메소드

public static read ( bintalk r, int &v, uint maxValue ) : bool
r bintalk
v int
maxValue uint
리턴 bool

read() 공개 정적인 메소드

public static read ( bintalk r, long &v, uint maxValue ) : bool
r bintalk
v long
maxValue uint
리턴 bool

read() 공개 정적인 메소드

public static read ( bintalk r, sbyte &v, uint maxValue ) : bool
r bintalk
v sbyte
maxValue uint
리턴 bool

read() 공개 정적인 메소드

public static read ( bintalk r, short &v, uint maxValue ) : bool
r bintalk
v short
maxValue uint
리턴 bool

read() 공개 정적인 메소드

public static read ( bintalk r, string &v, uint maxValue ) : bool
r bintalk
v string
maxValue uint
리턴 bool

read() 공개 정적인 메소드

public static read ( bintalk r, uint &v, uint maxValue ) : bool
r bintalk
v uint
maxValue uint
리턴 bool

read() 공개 정적인 메소드

public static read ( bintalk r, ulong &v, uint maxValue ) : bool
r bintalk
v ulong
maxValue uint
리턴 bool

read() 공개 정적인 메소드

public static read ( bintalk r, ushort &v, uint maxValue ) : bool
r bintalk
v ushort
maxValue uint
리턴 bool

readDynSize() 공개 정적인 메소드

public static readDynSize ( bintalk r, uint &s ) : bool
r bintalk
s uint
리턴 bool

readMid() 공개 정적인 메소드

public static readMid ( bintalk r, ushort &v ) : bool
r bintalk
v ushort
리턴 bool