EpcUid.UidWrite
			
			This command has been deprecated. Do not use it in new code as we may remove it in the future.
				This command writes data Bytes to a label. The address of the 
				data to write is specified in the BlockAdr parameter. 
				As an enhancement to the specification, multiple Bytes can be 
				written.
			
			Properties
- Command code: 0x2201
 - Command timeout: 100 ms
 - Possible status codes: General status codes, EpcUid.ErrNoTag , EpcUid.ErrHf, EpcUid.ErrCom, EpcUid.ErrCmd
 
Parameters (request frame)
| Name | Type/Size | Description | |
|---|---|---|---|
| - | Bit mask (8 bits) | - | |
| RFU | Integer (bit mask area 0xFE) | 
							Zero padding  | 
					|
| EPC | Boolean (bit 0x01) | EPC if true, UID if false. | |
| BlockAdr | Integer (8 bits) | Start address of data to write. | |
| Length of BlockData | Integer (8 bits) | 
							Length of BlockData in bytes  | 
					|
| BlockData | Raw data | Block data. | |
Returned values (response frame)
None