CardEmulation.ProtocolAndTechnologyRouteDh Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This constant will be removed in the future version. Use Android.Nfc.CardEmulators.ProtocolAndTechnologyRoute enum directly instead of this field.
Route zu Device Host (DH).
[Android.Runtime.Register("PROTOCOL_AND_TECHNOLOGY_ROUTE_DH", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.CardEmulators.ProtocolAndTechnologyRoute enum directly instead of this field.", true)]
public const Android.Nfc.CardEmulators.ProtocolAndTechnologyRoute ProtocolAndTechnologyRouteDh = 0;
[<Android.Runtime.Register("PROTOCOL_AND_TECHNOLOGY_ROUTE_DH", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.CardEmulators.ProtocolAndTechnologyRoute enum directly instead of this field.", true)>]
val mutable ProtocolAndTechnologyRouteDh : Android.Nfc.CardEmulators.ProtocolAndTechnologyRoute
Feldwert
Value = 0- Attribute
Hinweise
Route zu Device Host (DH).
Java Dokumentation für android.nfc.cardemulation.CardEmulation.PROTOCOL_AND_TECHNOLOGY_ROUTE_DH.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.