C# Class j64.AlarmServer.CheckSumHelper

Show file Open project: joejarvis64/j64.AlarmServer Class Usage Examples

Public Methods

Method Description
AppendCheckSumAndEndOfRequest ( string value ) : string
VerifyChecksum ( ResponseCommand command, string payload, string checksum ) : bool

Private Methods

Method Description
GetChecksum ( string value ) : string

Method Details

AppendCheckSumAndEndOfRequest() public static method

public static AppendCheckSumAndEndOfRequest ( string value ) : string
value string
return string

VerifyChecksum() public static method

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