CaptureModeList Class¶
Namespace: id3.FingerCapture
Definition¶
Defines all available capture modes that can be used for capturing fingerprints.
Properties¶
Name |
Type |
Description |
|---|---|---|
int |
Gets the number of elements contained in the list |
|
operator [int index] |
Gets or sets the element at the specified index in the list. |
Iteration¶
This class supports iteration in Dart, C#, Java and Python.
Methods¶
Name |
Description |
|---|---|
Adds an item to the CaptureModeList object. |
|
Clears the CaptureModeList object. |
|
Gets an item of the CaptureModeList object. |
|
Gets the number of elements in the CaptureModeList object. |
|
Removes an element of the CaptureModeList object. |
|
CaptureModeList object. |
|
Sets an item of the CaptureModeList object. |