언어

GattFormat 열거형

정의

여러 형식에서 반환되고 여러 메서드 BluetoothGattCharacteristic의 매개 변수로 사용된 값을 열거합니다.

public enum GattFormat
type GattFormat = 
상속
GattFormat

필드

속성 Description
Uint8 17

특성 값 형식 형식 uint8

에 대한 android.bluetooth.BluetoothGattCharacteristic.FORMAT_UINT8Android 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

Uint16 18

특성 값 형식 형식 uint16

에 대한 android.bluetooth.BluetoothGattCharacteristic.FORMAT_UINT16Android 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

Uint32 20

특성 값 형식 형식 uint32

에 대한 android.bluetooth.BluetoothGattCharacteristic.FORMAT_UINT32Android 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

Sint8 33

특성 값 형식 형식 sint8

에 대한 android.bluetooth.BluetoothGattCharacteristic.FORMAT_SINT8Android 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

Sint16 34

특성 값 형식 형식 sint16

에 대한 android.bluetooth.BluetoothGattCharacteristic.FORMAT_SINT16Android 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

Sint32 36

특성 값 형식 형식 sint32

에 대한 android.bluetooth.BluetoothGattCharacteristic.FORMAT_SINT32Android 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

Sfloat 50

특성 값 형식 형식 sfloat(16비트 float)

에 대한 android.bluetooth.BluetoothGattCharacteristic.FORMAT_SFLOATAndroid 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

Float 52

특성 값 형식 float(32비트 float)

에 대한 android.bluetooth.BluetoothGattCharacteristic.FORMAT_FLOATAndroid 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

설명

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상