C# 클래스 csogg.Page

Summary description for Page.
파일 보기 프로젝트 열기: secred/Tachycardia 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
body int
body_base byte[]
body_len int
header int
header_base byte[]
header_len int

공개 메소드들

메소드 설명
Page ( ) : System
bos ( ) : int
eos ( ) : int
granulepos ( ) : long
serialno ( ) : int

비공개 메소드들

메소드 설명
checksum ( ) : void
continued ( ) : int
crc_entry ( uint index ) : uint
pageno ( ) : int
version ( ) : int

메소드 상세

Page() 공개 메소드

public Page ( ) : System
리턴 System

bos() 공개 메소드

public bos ( ) : int
리턴 int

eos() 공개 메소드

public eos ( ) : int
리턴 int

granulepos() 공개 메소드

public granulepos ( ) : long
리턴 long

serialno() 공개 메소드

public serialno ( ) : int
리턴 int

프로퍼티 상세

body 공개적으로 프로퍼티

public int body
리턴 int

body_base 공개적으로 프로퍼티

public byte[] body_base
리턴 byte[]

body_len 공개적으로 프로퍼티

public int body_len
리턴 int

header 공개적으로 프로퍼티

public int header
리턴 int

header_base 공개적으로 프로퍼티

public byte[] header_base
리턴 byte[]

header_len 공개적으로 프로퍼티

public int header_len
리턴 int