RFIDConfig
[Object]
RFIDConfig {
    vendorId: number;
    productId: number;
    baudrate: number;
    keyType: ‘A’ | ‘B’;
    authenticationKey: number
}Properties
| Name | Type | Description | Default value | 
|---|---|---|---|
| vendorId | ID of the vendor of the RFID reader. | 4292 | |
| productId | Product ID of the RFID reader. | 60000 | |
| baudrate | Baud rate of the RFID reader. | 9600 | |
| keyType | 'A' | 'B' | Type of RFID card. | 'A' | 
| authenticationKey | Authentication key (multiplication) of the RFID card. | 281474976710655.0 0xFFFF FFFF FFFF | 
Schema: tchmi:framework#/definitions/RFIDConfig
Available: from version 12.14.0