C# Class csogg.SyncState

Summary description for SyncState.
Exibir arquivo Open project: secred/Tachycardia Class Usage Examples

Public Properties

Property Type Description
data byte[]

Public Methods

Method Description
SyncState ( ) : System
buffer ( int size ) : int
clear ( ) : int
init ( ) : void
pageout ( Page og ) : int
pageseek ( Page og ) : int
reset ( ) : int
wrote ( int bytes ) : int

Method Details

SyncState() public method

public SyncState ( ) : System
return System

buffer() public method

public buffer ( int size ) : int
size int
return int

clear() public method

public clear ( ) : int
return int

init() public method

public init ( ) : void
return void

pageout() public method

public pageout ( Page og ) : int
og Page
return int

pageseek() public method

public pageseek ( Page og ) : int
og Page
return int

reset() public method

public reset ( ) : int
return int

wrote() public method

public wrote ( int bytes ) : int
bytes int
return int

Property Details

data public_oe property

public byte[] data
return byte[]