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