Method | Description | |
---|---|---|
AppendCheckSumAndEndOfRequest ( string value ) : string | ||
VerifyChecksum ( ResponseCommand command, string payload, string checksum ) : bool |
Method | Description | |
---|---|---|
GetChecksum ( string value ) : string |
public static AppendCheckSumAndEndOfRequest ( string value ) : string | ||
value | string | |
return | string |
public static VerifyChecksum ( ResponseCommand command, string payload, string checksum ) : bool | ||
command | ResponseCommand | |
payload | string | |
checksum | string | |
return | bool |