C# Class RPCV2Lib.rpcPacker

Show file Open project: petebarber/NFS Class Usage Examples

Public Methods

Method Description
Dump ( string what ) : void
rpcPacker ( ) : System
setData ( Byte buf, int length ) : void
setString ( String value ) : void
setUint32 ( uint value ) : void
sizeOfString ( String value ) : uint

Protected Methods

Method Description
Convert ( Byte data, uint offset, uint value ) : void

Private Methods

Method Description
Need ( int need ) : void

Method Details

Convert() protected static method

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

Dump() public method

public Dump ( string what ) : void
what string
return void

rpcPacker() public method

public rpcPacker ( ) : System
return System

setData() public method

public setData ( Byte buf, int length ) : void
buf Byte
length int
return void

setString() public method

public setString ( String value ) : void
value String
return void

setUint32() public method

public setUint32 ( uint value ) : void
value uint
return void

sizeOfString() public static method

public static sizeOfString ( String value ) : uint
value String
return uint