Felica.Request
			
			
				Polls for tags with number of time slots, returns NFCID2 list 
				of detected tags (maximum 16 / length 8).
			
			Properties
- Command code: 0x1C00
 - Command timeout: 100 ms
 - Possible status codes: General status codes, Felica.ErrFelicaNoTag, Felica.ErrFelicaHf, Felica.ErrFelicaFrame, Felica.ErrFelicaCom, Felica.ErrFelicaCardNotSupported
 
Parameters (request frame)
| Name | Type/Size | Description | |
|---|---|---|---|
| FastBaud | Enumeration (8 bits) | 
							Baudrate PCD-PICC.  Values: 
  | 
					|
| SystemCode | Integer (16 bits) | Application ID for PICC preselection, All:0xFFFF. | |
| RequestCode | Integer (8 bits) | RequestCode. | |
Returned values (response frame)
| Name | Type/Size | Description | |
|---|---|---|---|
| ColFlag | Integer (8 bits) | True if collision occurs. | |
| Length of Labels | Integer (8 bits) | 
							Number of elements in the Labels array  | 
					|
| Labels | Array | - | |
| Length of NFCID | Integer (8 bits) | 
							Length of NFCID in bytes  | 
					|
| NFCID | Raw data | ID of label. Random if first 2 bytes [01 FE] else unique. | |