OESetFingerPrintValue

OESetFingerPrintValue(rec: OERecord, field: OEFingerPrintField,
                      fp: OEFingerPrint) -> bool

Sets a fingerprint value on a record.

rec

The record on which the fingerprint value is set.

field

The field descriptor that identifies the fingerprint field on the record.

fp

The fingerprint to store.

Returns true if the value was successfully stored.