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