Denso BHT-202Q Manual de usuario Pagina 203

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 407
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 202
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;
194
Vista de pagina 202
1 2 ... 198 199 200 201 202 203 204 205 206 207 208 ... 406 407

Comentarios a estos manuales

Sin comentarios