Denso BHT-200QW Specifiche Pagina 285

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 377
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 284
- 283 -
HandleStatus
Acquires the grip handle status (connected/not connected).
Syntax
[VB]
Public Shared ReadOnly Property HandleStatus
As EN_HANDLE_STATUS
[C#]
public static EN_HANDLE_STATUS HandleStatus {get;}
Property
Grip handle status
Exceptions
None
[Ex.] Check the grip handle connection status
[VB]
If DNWA.BHTCL.Keys.Settings.HandleStatus = _
Keys.Settings.EN_HANDLE_STATUS.LOADED Then
Console.WriteLine("Grip handle is loaded.")
Else
Console.WriteLine("Grip handle is not loaded.")
End If
[C#]
if (DNWA.BHTCL.Keys.Settings.EN_KEYBOARD_TYPE.TYPE1
== DNWA.BHTCL.Keys.Settings.KeyboardType)
{
Console.WriteLine("Grip handle is loaded.");
}
else
{
Console.WriteLine("Grip handle is not loaded.");
}
Vedere la pagina 284
1 2 ... 280 281 282 283 284 285 286 287 288 289 290 ... 376 377

Commenti su questo manuale

Nessun commento