C# Class SharpCifs.Dcerpc.Ndr.NdrSmall

Inheritance: NdrObject
Show file Open project: brandonprry/Potato

Public Properties

Property Type Description
Value int

Public Methods

Method Description
Decode ( NdrBuffer src ) : void
Encode ( NdrBuffer dst ) : void
NdrSmall ( int value )

Method Details

Decode() public method

public Decode ( NdrBuffer src ) : void
src NdrBuffer
return void

Encode() public method

public Encode ( NdrBuffer dst ) : void
dst NdrBuffer
return void

NdrSmall() public method

public NdrSmall ( int value )
value int

Property Details

Value public property

public int Value
return int