C# Class csogg.Page

Summary description for Page.
Show file Open project: secred/Tachycardia Class Usage Examples

Public Properties

Property Type Description
body int
body_base byte[]
body_len int
header int
header_base byte[]
header_len int

Public Methods

Method Description
Page ( ) : System
bos ( ) : int
eos ( ) : int
granulepos ( ) : long
serialno ( ) : int

Private Methods

Method Description
checksum ( ) : void
continued ( ) : int
crc_entry ( uint index ) : uint
pageno ( ) : int
version ( ) : int

Method Details

Page() public method

public Page ( ) : System
return System

bos() public method

public bos ( ) : int
return int

eos() public method

public eos ( ) : int
return int

granulepos() public method

public granulepos ( ) : long
return long

serialno() public method

public serialno ( ) : int
return int

Property Details

body public property

public int body
return int

body_base public property

public byte[] body_base
return byte[]

body_len public property

public int body_len
return int

header public property

public int header
return int

header_base public property

public byte[] header_base
return byte[]

header_len public property

public int header_len
return int