eRFID_BaudRate
This page covers the description of the eRFID_BaudRate enumeration
eRFID_BaudRate
enumeration contains a set of constants specifying the rate of data ex- change between the reader and the RFID-chip.
public class eRFID_BaudRate {
public static final int rfbr_106 = 1;
public static final int rfbr_212 = 2;
public static final int rfbr_424 = 4;
public static final int rfbr_848 = 8;
}
Constant
Description
rfbr_106
106 bits/s
rfbr_212
212 bits/s
rfbr_424
424 bits/s
rfbr_848
848 bits/s
Last updated
Was this helpful?