Denso BHT-202Q Instrukcja Użytkownika Strona 345

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 407
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 344
EnabledOutReceiver
Sets or acquires the audio output status (enabled/disabled) from the receiver.
Syntax
[VB]
Public Shared Property EnabledOutReceiver _
As EN_OUTPUT_ENABLE
[C#]
public static EN_OUTPUT_ENABLE EnabledOutReceiver {get;
set;}
Property
Output enabled/disabled
Parameter values
: As listed in EN_OUT_ENABLE
Default value
: EN_OUT_ENABLE.DISABLE
Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
[Ex.] Enable audio output from the receiver.
[VB] Audio.Settings.EnabledOutReceiver _
= Audio.Settings.EN_OUT_ENABLE.ENABLE
[C#] Audio.Settings.EnabledOutReceiver
= Audio.Settings. EN_OUT_ENABLE.ENABLE;
336
Przeglądanie stron 344
1 2 ... 340 341 342 343 344 345 346 347 348 349 350 ... 406 407

Komentarze do niniejszej Instrukcji

Brak uwag