Lingua

BluetoothGattConnectionSettings.Builder Classe

Definizione

Generatore per BluetoothGattConnectionSettings.

[Android.Runtime.Register("android/bluetooth/BluetoothGattConnectionSettings$Builder", ApiSince=37, DoNotGenerateAcw=true)]
public sealed class BluetoothGattConnectionSettings.Builder : Java.Lang.Object
[<Android.Runtime.Register("android/bluetooth/BluetoothGattConnectionSettings$Builder", ApiSince=37, DoNotGenerateAcw=true)>]
type BluetoothGattConnectionSettings.Builder = class
    inherit Object
Ereditarietà
BluetoothGattConnectionSettings.Builder
Attributi

Commenti

Generatore per BluetoothGattConnectionSettings.

Informazioni di riferimento su Android per android.bluetooth.BluetoothGattConnectionSettings.Builder.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Costruttori

Nome Descrizione
BluetoothGattConnectionSettings.Builder()

Crea un nuovo generatore per BluetoothGattConnectionSettings.

Proprietà

Nome Descrizione
Class

Restituisce la classe di runtime di questo Objectoggetto .

(Ereditato da Object)
Handle

Handle per l'istanza di Android sottostante.

(Ereditato da Object)
JniIdentityHashCode

Ottiene il codice hash di identità assegnato a questo Java peer dal runtime di interoperabilità.

(Ereditato da Object)
JniManagedPeerState

Generatore per BluetoothGattConnectionSettings.

(Ereditato da JavaObject)
JniPeerMembers

Generatore per BluetoothGattConnectionSettings.

PeerReference

Ottiene il riferimento all'oggetto JNI per questo peer Java.

(Ereditato da Object)
ThresholdClass

Questa API supporta l'infrastruttura Mono per Android e non deve essere usata direttamente dal codice.

(Ereditato da Object)
ThresholdType

Questa API supporta l'infrastruttura Mono per Android e non deve essere usata direttamente dal codice.

(Ereditato da Object)

Metodi

Nome Descrizione
Build()

Compila un BluetoothGattConnectionSettings oggetto .

Clone()

Crea e restituisce una copia di questo oggetto.

(Ereditato da Object)
Construct(JniObjectReference, JniObjectReferenceOptions)

Generatore per BluetoothGattConnectionSettings.

(Ereditato da JavaObject)
Dispose()

Rilascia le risorse contenute in questo peer Java.

(Ereditato da Object)
Dispose(Boolean)

Rilascia le risorse contenute in questo peer Java.

(Ereditato da Object)
DisposeUnlessReferenced()

Generatore per BluetoothGattConnectionSettings.

(Ereditato da JavaObject)
Equals(Object)

Generatore per BluetoothGattConnectionSettings.

(Ereditato da JavaObject)
Equals(Object)

Indica se un altro oggetto è "uguale a" questo.

(Ereditato da Object)
GetHashCode()

Restituisce un valore di codice hash per l'oggetto .

(Ereditato da Object)
JavaFinalize()
Obsoleti.

Chiamato dal Garbage Collector su un oggetto quando Garbage Collection determina che non sono presenti altri riferimenti all'oggetto .

(Ereditato da Object)
Notify()

Riattiva un singolo thread in attesa del monitor dell'oggetto.

(Ereditato da Object)
NotifyAll()

Riattiva tutti i thread in attesa del monitor dell'oggetto.

(Ereditato da Object)
SetAutoConnectEnabled(Boolean)

L'impostazione di questa opzione su true consentirà la connessione automatica al dispositivo remoto quando è disponibile.

SetAutomaticMtuEnabled(Boolean)

Imposta se la MTU (Unità di trasmissione massima) deve essere negoziata per una determinata connessione o meno.

SetHandle(IntPtr, JniHandleOwnership)

Imposta la proprietà Handle.

(Ereditato da Object)
SetOpportunisticEnabled(Boolean)

Imposta se il client GATT è opportunistico.

SetPathlossThresholdDb(Int32)

Generatore per BluetoothGattConnectionSettings.

SetPeerReference(JniObjectReference, JniObjectReferenceOptions)

Generatore per BluetoothGattConnectionSettings.

(Ereditato da JavaObject)
SetRssiThresholdDbm(Int32)

Generatore per BluetoothGattConnectionSettings.

SetTransport(Int32)

Imposta il trasporto per le impostazioni Gatt.

ToArray<T>()

Crea una matrice gestita da questo wrapper di matrice Java.

(Ereditato da Object)
ToString()

Restituisce una rappresentazione di stringa dell'oggetto .

(Ereditato da Object)
UnregisterFromRuntime()

Annulla la registrazione di questo Java peer dal runtime di interoperabilità.

(Ereditato da Object)
Wait()

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo <>una notifica</em> o <em>interrotto</em>.

(Ereditato da Object)
Wait(Int64, Int32)

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo<> una notifica</em> o <em>interrotto</em> o fino a quando non è trascorsa una determinata quantità di tempo reale.

(Ereditato da Object)
Wait(Int64)

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo<> una notifica</em> o <em>interrotto</em> o fino a quando non è trascorsa una determinata quantità di tempo reale.

(Ereditato da Object)

Implementazioni dell'interfaccia esplicita

Nome Descrizione
IJavaPeerable.Disposed()

Generatore per BluetoothGattConnectionSettings.

(Ereditato da JavaObject)
IJavaPeerable.Finalized()

Generatore per BluetoothGattConnectionSettings.

(Ereditato da JavaObject)
IJavaPeerable.JniObjectReferenceControlBlock

Generatore per BluetoothGattConnectionSettings.

(Ereditato da JavaObject)
IJavaPeerable.SetJniIdentityHashCode(Int32)

Generatore per BluetoothGattConnectionSettings.

(Ereditato da JavaObject)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

Generatore per BluetoothGattConnectionSettings.

(Ereditato da JavaObject)
IJavaPeerable.SetPeerReference(JniObjectReference)

Generatore per BluetoothGattConnectionSettings.

(Ereditato da JavaObject)

Metodi di estensione

Nome Descrizione
GetJniTypeName(IJavaPeerable)

Ottiene il nome JNI del tipo dell'istanza selfdi .

JavaAs<TResult>(IJavaPeerable)

Provare a digitare selfTResult, verificando che la coercizione sia valida sul lato Java.

JavaCast<TResult>(IJavaObject)

Esegue una conversione del tipo di tipo controllato dal runtime Android.

JavaCast<TResult>(IJavaObject)

Generatore per BluetoothGattConnectionSettings.

TryJavaCast<TResult>(IJavaPeerable, TResult)

Provare a digitare selfTResult, verificando che la coercizione sia valida sul lato Java.

Si applica a