Class RfidConfig
- java.lang.Object
-
- com.regula.documentreader.api.config.RfidConfig
-
public class RfidConfig extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static <any>
CREATOR
-
Constructor Summary
Constructors Modifier Constructor Description RfidConfig()
protected
RfidConfig(Parcel in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
describeContents()
float
getTagTimeout()
void
setTagTimeout(float timeout)
Set the timeout of transceive data to tag in seconds.void
writeToParcel(Parcel dest, int flags)
-
-
-
Method Detail
-
setTagTimeout
public void setTagTimeout(float timeout)
Set the timeout of transceive data to tag in seconds.- Parameters:
timeout
- - timeout value in seconds
-
getTagTimeout
public float getTagTimeout()
-
describeContents
public int describeContents()
-
writeToParcel
public void writeToParcel(Parcel dest, int flags)
-
-