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
13## Summary
14
15
16### Member Variables
17
18| Name| Description|
19| -------- | -------- |
20| [fd](#fd) | File handle of the custom vibration sequence. |
21| [offset](#offset) | Offset address of the custom vibration sequence.|
22| [length](#length) | Total length of the custom vibration sequence.|
23
24
25## Member Variable Description
26
27
28### fd
29
30```
31int32_t Vibrator_FileDescription::fd
32```
33**Description**
34
35File handle of the custom vibration sequence.
36
37
38### offset
39
40```
41int64_t Vibrator_FileDescription::offset
42```
43**Description**
44
45 Offset address of the custom vibration sequence.
46
47### length
48
49```
50int64_t Vibrator_FileDescription::length
51```
52
53**Description**
54
55Total length of the custom vibration sequence.
56