共用方式為


BluetoothGattCharacteristic.GetIntValue(GattFormat, Int32) 方法

定義

傳回這個特性的預存值。

[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

參數

formatType
GattFormat

用來解譯特性值的格式類型。

offset
Int32

找到整數值的位移。

傳回

特性的快取值或位移的 Null 超過值大小。

屬性

備註

android.bluetooth.BluetoothGattCharacteristic.getIntValue(int, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於