Vibrator_FileDescription

Overview

The Vibrator_FileDescription struct defines the vibration file description.

Since: 11

Related module: Vibrator

Summary

Member Variables

Name Description
fd File handle of the custom vibration sequence.
offset Offset address of the custom vibration sequence.
length Total length of the custom vibration sequence.

Member Variable Description

fd

int32_t Vibrator_FileDescription::fd

Description

File handle of the custom vibration sequence.

offset

int64_t Vibrator_FileDescription::offset

Description

Offset address of the custom vibration sequence.

length

int64_t Vibrator_FileDescription::length

Description

Total length of the custom vibration sequence.