| Santosh Puranik | 83185d5 | 2019-10-18 02:01:09 -0500 | [diff] [blame] | 1 | description: > |
| 2 | Implement to represent the VR10 record in IPZ VPD | ||||
| 3 | properties: | ||||
| 4 | - name: RT | ||||
| 5 | type: array[byte] | ||||
| 6 | description: > | ||||
| 7 | RT keyword. Contains the record name. | ||||
| 8 | - name: DR | ||||
| 9 | type: array[byte] | ||||
| 10 | description: > | ||||
| Manojkiran Eda | 921791c | 2024-06-17 14:21:02 +0530 | [diff] [blame] | 11 | Description of the record. |
| Santosh Puranik | 83185d5 | 2019-10-18 02:01:09 -0500 | [diff] [blame] | 12 | - name: DC |
| 13 | type: array[byte] | ||||
| 14 | description: > | ||||
| 15 | Date Code. | ||||
| 16 | - name: FL | ||||
| 17 | type: array[byte] | ||||
| 18 | description: > | ||||
| 19 | FRU label. | ||||
| 20 | - name: WA | ||||
| 21 | type: array[byte] | ||||
| 22 | description: > | ||||
| 23 | WA keyword. | ||||