C# 클래스 j64.AlarmServer.CheckSumHelper

파일 보기 프로젝트 열기: joejarvis64/j64.AlarmServer 1 사용 예제들

공개 메소드들

메소드 설명
AppendCheckSumAndEndOfRequest ( string value ) : string
VerifyChecksum ( ResponseCommand command, string payload, string checksum ) : bool

비공개 메소드들

메소드 설명
GetChecksum ( string value ) : string

메소드 상세

AppendCheckSumAndEndOfRequest() 공개 정적인 메소드

public static AppendCheckSumAndEndOfRequest ( string value ) : string
value string
리턴 string

VerifyChecksum() 공개 정적인 메소드

public static VerifyChecksum ( ResponseCommand command, string payload, string checksum ) : bool
command ResponseCommand
payload string
checksum string
리턴 bool