Class Cache
Assembly: PleOps.XdeltaSharp.dll
Syntax
Constructors
|
Improve this Doc
View Source
Cache(Byte, Byte)
Declaration
public Cache(byte nearSlots, byte sameSlots)
Parameters
Type |
Name |
Description |
Byte |
nearSlots |
|
Byte |
sameSlots |
|
Properties
|
Improve this Doc
View Source
NearSlots
Declaration
public byte NearSlots { get; }
Property Value
|
Improve this Doc
View Source
SameSlots
Declaration
public byte SameSlots { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetAddress(UInt32, Byte, VcdReader)
Declaration
public uint GetAddress(uint hereAddress, byte mode, VcdReader addressSection)
Parameters
Returns
|
Improve this Doc
View Source
Initialize()
Declaration