Example #1
0
 /// <summary>
 /// <para>Plays a sound file stored in the NXT brick.</para>
 /// </summary>
 /// <param name="soundFile">The sound file</param>
 public void PlaySoundfile(string soundFile)
 {
     CommLink.PlaySoundfile(false, soundFile);
 }