1# Vibrator_FileDescription 2 3 4## Overview 5 6The **Vibrator_FileDescription** struct describes the vibration file description. 7 8**Since**: 11 9 10**Related module**: [Vibrator](_vibrator.md) 11 12**Header file**: [vibrator_type.h](vibrator_type_8h.md) 13 14 15## Summary 16 17 18### Member Variables 19 20| Name| Description| 21| -------- | -------- | 22| [fd](#fd) | File handle of the custom vibration sequence. | 23| [offset](#offset) | Offset address of the custom vibration sequence.| 24| [length](#length) | Total length of the custom vibration sequence.| 25 26 27## Member Variable Description 28 29 30### fd 31 32``` 33int32_t Vibrator_FileDescription::fd 34``` 35**Description** 36 37File handle of the custom vibration sequence. 38 39 40### offset 41 42``` 43int64_t Vibrator_FileDescription::offset 44``` 45**Description** 46 47 Offset address of the custom vibration sequence. 48 49### length 50 51``` 52int64_t Vibrator_FileDescription::length 53``` 54 55**Description** 56 57Total length of the custom vibration sequence. 58