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;
}

Last updated