C# 클래스 Baconography.NeutralServices.KitaroDB.Util.Crc16

파일 보기 프로젝트 열기: Synergex/Baconography

보호된 프로퍼티들

프로퍼티 타입 설명
table ushort[]

공개 메소드들

메소드 설명
ComputeChecksum ( byte bytes ) : ushort
ComputeChecksum ( string input ) : ushort
ComputeChecksumBytes ( byte bytes ) : byte[]
StringGetBytes ( string str ) : byte[]

비공개 메소드들

메소드 설명
Crc16 ( ) : System

메소드 상세

ComputeChecksum() 공개 메소드

public ComputeChecksum ( byte bytes ) : ushort
bytes byte
리턴 ushort

ComputeChecksum() 공개 메소드

public ComputeChecksum ( string input ) : ushort
input string
리턴 ushort

ComputeChecksumBytes() 공개 메소드

public ComputeChecksumBytes ( byte bytes ) : byte[]
bytes byte
리턴 byte[]

StringGetBytes() 공개 정적인 메소드

public static StringGetBytes ( string str ) : byte[]
str string
리턴 byte[]

프로퍼티 상세

table 보호되어 있는 정적으로 프로퍼티

protected static ushort[] table
리턴 ushort[]