Encapsulation of fingerprint template data plus the associated metadata.
Thread safety:
Instance Methods | |
(instancetype _Nullable) | - init |
Initialise a null (empty) fingerprint template. More... | |
(instancetype _Nullable) | - initWithData:type: |
Initialise a fingerprint template with given data and type. More... | |
Class Methods | |
(instancetype _Nullable) | + templ |
Allocate and initialise a null (empty) fingerprint template. More... | |
(instancetype _Nullable) | + templateWithData:type: |
Allocate and initialise a new fingerprint template with given data and type. More... | |
(NSString *_Nonnull) | + typeNameForID: |
Obtain the name of a given template type ID. More... | |
Properties | |
NSData *_Nonnull | data |
Raw template data, in the specified format. More... | |
GrabbaFingerprintTemplateTypeID | templateType |
Type of the template data. More... | |
NSString *_Nonnull | typeName |
Name of the current template type ID. More... | |
- (instancetype _Nullable) init |
Initialise a null (empty) fingerprint template.
nil
if it failed - (instancetype _Nullable) initWithData: | (NSData *_Nonnull) | data | |
type: | (GrabbaFingerprintTemplateTypeID) | type | |
Initialise a fingerprint template with given data and type.
data | Initial value of the data field (template data) |
type | Initial value of the type field (template type ID) |
nil
if it failed + (instancetype _Nullable) templ |
Allocate and initialise a null (empty) fingerprint template.
nil
if it failed + (instancetype _Nullable) templateWithData: | (NSData *_Nonnull) | data | |
type: | (GrabbaFingerprintTemplateTypeID) | type | |
Allocate and initialise a new fingerprint template with given data and type.
data | Initial value of the data field (template data) |
type | Initial value of the type field (template type ID) |
nil
if it failed + (NSString* _Nonnull) typeNameForID: | (GrabbaFingerprintTemplateTypeID) | ID |
Obtain the name of a given template type ID.
ID | The type of template which is being queried |
|
readwritenonatomiccopy |
Raw template data, in the specified format.
|
readwritenonatomicassign |
Type of the template data.
|
readnonatomiccopy |
Name of the current template type ID.
This value is not directly writeable; updates should use templateType instead