Field.fromHandle constructor
- Pointer<
id3BiosealField> handle
Creates a new instance of the Field class.
param handle Handle to the Field. throws BiosealException An error has occurred during Bioseal Library execution.
Implementation
Field.fromHandle(Pointer<id3BiosealField> handle) {
_pHandle = calloc();
_pHandle.value = handle;
_disposable = false;
}