Condividi tramite


BluetoothGattCharacteristic.SetValue Metodo

Definizione

Overload

SetValue(Byte[])

Aggiorna il valore archiviato localmente di questa caratteristica.

SetValue(String)

Impostare il valore archiviato localmente di questa caratteristica.

SetValue(Int32, GattFormat, Int32)

Impostare il valore archiviato localmente di questa caratteristica.

SetValue(Int32, Int32, GattFormat, Int32)

Impostare il valore archiviato localmente di questa caratteristica.

SetValue(Byte[])

Aggiorna il valore archiviato localmente di questa caratteristica.

[Android.Runtime.Register("setValue", "([B)Z", "GetSetValue_arrayBHandler")]
public virtual bool SetValue (byte[]? value);
[<Android.Runtime.Register("setValue", "([B)Z", "GetSetValue_arrayBHandler")>]
abstract member SetValue : byte[] -> bool
override this.SetValue : byte[] -> bool

Parametri

value
Byte[]

Nuovo valore per questa caratteristica

Restituisce

true se il valore archiviato localmente è stato impostato, false se il valore richiesto non può essere archiviato in locale.

Attributi

Commenti

Documentazione java per android.bluetooth.BluetoothGattCharacteristic.setValue(byte[]).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

SetValue(String)

Impostare il valore archiviato localmente di questa caratteristica.

[Android.Runtime.Register("setValue", "(Ljava/lang/String;)Z", "GetSetValue_Ljava_lang_String_Handler")]
public virtual bool SetValue (string? value);
[<Android.Runtime.Register("setValue", "(Ljava/lang/String;)Z", "GetSetValue_Ljava_lang_String_Handler")>]
abstract member SetValue : string -> bool
override this.SetValue : string -> bool

Parametri

value
String

Nuovo valore per questa caratteristica

Restituisce

true se il valore archiviato localmente è stato impostato

Attributi

Commenti

Documentazione java per android.bluetooth.BluetoothGattCharacteristic.setValue(java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

SetValue(Int32, GattFormat, Int32)

Impostare il valore archiviato localmente di questa caratteristica.

[Android.Runtime.Register("setValue", "(III)Z", "GetSetValue_IIIHandler")]
public virtual bool SetValue (int value, Android.Bluetooth.GattFormat formatType, int offset);
[<Android.Runtime.Register("setValue", "(III)Z", "GetSetValue_IIIHandler")>]
abstract member SetValue : int * Android.Bluetooth.GattFormat * int -> bool
override this.SetValue : int * Android.Bluetooth.GattFormat * int -> bool

Parametri

value
Int32

Nuovo valore per questa caratteristica

formatType
GattFormat

Tipo di formato integer usato per trasformare il parametro value

offset
Int32

Offset in corrispondenza del quale deve essere posizionato il valore

Restituisce

true se il valore archiviato localmente è stato impostato

Attributi

Commenti

Documentazione java per android.bluetooth.BluetoothGattCharacteristic.setValue(int, int, int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

SetValue(Int32, Int32, GattFormat, Int32)

Impostare il valore archiviato localmente di questa caratteristica.

[Android.Runtime.Register("setValue", "(IIII)Z", "GetSetValue_IIIIHandler")]
public virtual bool SetValue (int mantissa, int exponent, Android.Bluetooth.GattFormat formatType, int offset);
[<Android.Runtime.Register("setValue", "(IIII)Z", "GetSetValue_IIIIHandler")>]
abstract member SetValue : int * int * Android.Bluetooth.GattFormat * int -> bool
override this.SetValue : int * int * Android.Bluetooth.GattFormat * int -> bool

Parametri

mantissa
Int32

Mantissa per questa caratteristica

exponent
Int32

valore esponente per questa caratteristica

formatType
GattFormat

Tipo di formato float usato per trasformare il parametro value

offset
Int32

Offset in corrispondenza del quale deve essere posizionato il valore

Restituisce

true se il valore archiviato localmente è stato impostato

Attributi

Commenti

Documentazione java per android.bluetooth.BluetoothGattCharacteristic.setValue(int, int, int, int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a