C# Class bintalk.ProtocolReader

Show file Open project: yuanlin2008/bintalk

Public Methods

Method Description
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

Method Details

read() public static method

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

read() public static method

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

read() public static method

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

read() public static method

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

read() public static method

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

read() public static method

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

read() public static method

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

read() public static method

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

read() public static method

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

read() public static method

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

read() public static method

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

read() public static method

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

readDynSize() public static method

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

readMid() public static method

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