play

open fun play(times: Int)

Sends this sound to the Driver Station to be queued and played with the set parameters now.

Parameters

times

the number of times to play the sound, <= 0 for infinite


open fun play()

Sends this sound to the Driver Station to be queued and played with the set parameters once.