1# Vibrator_FileDescription 2 3 4## 概述 5 6振动文件描述。 7 8**起始版本:** 11 9 10**相关模块:** [Vibrator](_vibrator.md) 11 12**所在头文件:** [vibrator_type.h](vibrator_type_8h.md) 13 14 15## 汇总 16 17 18### 成员变量 19 20| 名称 | 描述 | 21| -------- | -------- | 22| [fd](#fd) | 自定义振动序列的文件句柄。 | 23| [offset](#offset) | 自定义振动序列的偏移地址。 | 24| [length](#length) | 自定义振动序列的总长度。 | 25 26 27## 结构体成员变量说明 28 29 30### fd 31 32``` 33int32_t Vibrator_FileDescription::fd 34``` 35**描述**: 36 37自定义振动序列的文件句柄。 38 39 40### offset 41 42``` 43int64_t Vibrator_FileDescription::offset 44``` 45**描述**: 46 47 自定义振动序列的偏移地址。 48 49### length 50 51``` 52int64_t Vibrator_FileDescription::length 53``` 54 55**描述**: 56 57自定义振动序列的总长度。