Condividi tramite


BluetoothGattCharacteristic.GetIntValue(GattFormat, Int32) Metodo

Definizione

Restituisce il valore archiviato di questa caratteristica.

[Android.Runtime.Register("getIntValue", "(II)Ljava/lang/Integer;", "GetGetIntValue_IIHandler")]
public virtual Java.Lang.Integer? GetIntValue (Android.Bluetooth.GattFormat formatType, int offset);
[<Android.Runtime.Register("getIntValue", "(II)Ljava/lang/Integer;", "GetGetIntValue_IIHandler")>]
abstract member GetIntValue : Android.Bluetooth.GattFormat * int -> Java.Lang.Integer
override this.GetIntValue : Android.Bluetooth.GattFormat * int -> Java.Lang.Integer

Parametri

formatType
GattFormat

Tipo di formato utilizzato per interpretare il valore della caratteristica.

offset
Int32

Offset in corrispondenza del quale è possibile trovare il valore intero.

Restituisce

Il valore memorizzato nella cache della caratteristica o null dell'offset supera le dimensioni del valore.

Attributi

Commenti

Documentazione java per android.bluetooth.BluetoothGattCharacteristic.getIntValue(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