C# 클래스 javazoom.jl.decoder.Crc16

16-Bit CRC checksum
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 메소드들

메소드 설명
add_bits ( int bitstring, int length ) : void

Feed a bitstring to the crc calculation (0 < length <= 32).

checksum ( ) : short

Return the calculated checksum. Erase it for next calls to add_bits().

비공개 메소드들

메소드 설명
Crc16 ( ) : System

메소드 상세

add_bits() 공개 메소드

Feed a bitstring to the crc calculation (0 < length <= 32).
public add_bits ( int bitstring, int length ) : void
bitstring int
length int
리턴 void

checksum() 공개 메소드

Return the calculated checksum. Erase it for next calls to add_bits().
public checksum ( ) : short
리턴 short