Added in Version 1.0.0

DriveParameter

Buzzer drive setting parameters

Constructor

DriveParameter()

Initialize object

Property

channel

Channel

Channel

repeat

Number of repetitions

Int

onTime

Drive time (msec)

Int

offTime

Stop time (msec)

Int

Method

setChannel(channel: Channel)

Set the channel

setRepeat(repeat: Int)

Set the number of repetitions

setOnTime(onTime: Int)

Set the drive time (msec)

setOffTime(offTime: Int)

Set the stop time (msec)