openpss / com.hendraanggrian.openpss.ui.wage.readers / EClockingReader

EClockingReader

object EClockingReader : Reader

Compatible with e Clocking fingerprint reader. Tested version: 2.1.015.

Properties

extensions

val extensions: Array<String>

Expected file extensions for FileChooser.ExtensionFilter.

name

val name: String

Identifier of a reader.

Functions

read

suspend fun read(file: File): Collection<Attendee>

The reading process is executed in background thread. During its long operation, exception throwing may happen in read.

Inherited Functions

toString

open fun toString(): String