C# Class SharpCifs.Dcerpc.Rpc.UuidT

Inheritance: SharpCifs.Dcerpc.Ndr.NdrObject
Show file Open project: brandonprry/Potato Class Usage Examples

Public Properties

Property Type Description
ClockSeqHiAndReserved byte
ClockSeqLow byte
Node byte[]
TimeHiAndVersion short
TimeLow int
TimeMid short

Public Methods

Method Description
Decode ( NdrBuffer src ) : void
Encode ( NdrBuffer dst ) : void

Method Details

Decode() public method

public Decode ( NdrBuffer src ) : void
src SharpCifs.Dcerpc.Ndr.NdrBuffer
return void

Encode() public method

public Encode ( NdrBuffer dst ) : void
dst SharpCifs.Dcerpc.Ndr.NdrBuffer
return void

Property Details

ClockSeqHiAndReserved public property

public byte ClockSeqHiAndReserved
return byte

ClockSeqLow public property

public byte ClockSeqLow
return byte

Node public property

public byte[] Node
return byte[]

TimeHiAndVersion public property

public short TimeHiAndVersion
return short

TimeLow public property

public int TimeLow
return int

TimeMid public property

public short TimeMid
return short