Denso BHT-200QW Spécifications Page 192

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 377
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 191
- 190 -
Item
Starts or stops the beeping or vibrating of the device specified by the index.
In C#, this property is used as the indexer for the Beep class.
Syntax
[VB]
Public WriteOnly Property Item(ByVal device As Beep.EN_DEVICE) _
As Beep.EN_CTRL
[C#]
public Beep.EN_CTRL this[Beep.EN_DEVICE device]{set;}
Parameters
device
Beep device
Parameter values
: As listed in EN_DEVICE (one of the values or a combination of the
values)
Property
Status of the beeper or vibrator
Parameter values
: As listed in EN_CTRL
Default value
: EN_CTRL.OFF
Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) lies outside the permissible
range.
Specification of the beep device is invalid.
[Ex.] Activate the beeper and vibrator.
[VB] MyBeep(Beep.Settings.EN_DEVICE.BUZZER _
Or Beep.Settings.EN_DEVICE.VIBRATOR) = Beep.EN_CTRL.ON
[C#] MyBeep[Beep.Settings.EN_DEVICE.BUZZER |
Beep.Settings.EN_DEVICE.VIBRATOR] = Beep.EN_CTRL.ON;
Vue de la page 191
1 2 ... 187 188 189 190 191 192 193 194 195 196 197 ... 376 377

Commentaires sur ces manuels

Pas de commentaire