C# Class j64.AlarmServer.CheckSumHelper

Afficher le fichier Open project: joejarvis64/j64.AlarmServer Class Usage Examples

Méthodes publiques

Méthode Description
AppendCheckSumAndEndOfRequest ( string value ) : string
VerifyChecksum ( ResponseCommand command, string payload, string checksum ) : bool

Private Methods

Méthode Description
GetChecksum ( string value ) : string

Method Details

AppendCheckSumAndEndOfRequest() public static méthode

public static AppendCheckSumAndEndOfRequest ( string value ) : string
value string
Résultat string

VerifyChecksum() public static méthode

public static VerifyChecksum ( ResponseCommand command, string payload, string checksum ) : bool
command ResponseCommand
payload string
checksum string
Résultat bool