C# Class csogg.Page

Summary description for Page.
Afficher le fichier Open project: secred/Tachycardia Class Usage Examples

Méthodes publiques

Свойство Type Description
body int
body_base byte[]
body_len int
header int
header_base byte[]
header_len int

Méthodes publiques

Méthode Description
Page ( ) : System
bos ( ) : int
eos ( ) : int
granulepos ( ) : long
serialno ( ) : int

Private Methods

Méthode Description
checksum ( ) : void
continued ( ) : int
crc_entry ( uint index ) : uint
pageno ( ) : int
version ( ) : int

Method Details

Page() public méthode

public Page ( ) : System
Résultat System

bos() public méthode

public bos ( ) : int
Résultat int

eos() public méthode

public eos ( ) : int
Résultat int

granulepos() public méthode

public granulepos ( ) : long
Résultat long

serialno() public méthode

public serialno ( ) : int
Résultat int

Property Details

body public_oe property

public int body
Résultat int

body_base public_oe property

public byte[] body_base
Résultat byte[]

body_len public_oe property

public int body_len
Résultat int

header public_oe property

public int header
Résultat int

header_base public_oe property

public byte[] header_base
Résultat byte[]

header_len public_oe property

public int header_len
Résultat int