Share via


BluetoothGattCharacteristic 클래스

정의

Bluetooth GATT 특성을 나타냅니다.

[Android.Runtime.Register("android/bluetooth/BluetoothGattCharacteristic", DoNotGenerateAcw=true)]
public class BluetoothGattCharacteristic : Java.Lang.Object, Android.OS.IParcelable, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/bluetooth/BluetoothGattCharacteristic", DoNotGenerateAcw=true)>]
type BluetoothGattCharacteristic = class
    inherit Object
    interface IParcelable
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
상속
BluetoothGattCharacteristic
특성
구현

설명

에 대한 Java 설명서입니다 android.bluetooth.BluetoothGattCharacteristic.

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

생성자

BluetoothGattCharacteristic(IntPtr, JniHandleOwnership)

JNI 개체의 관리형 표현을 만들 때 사용되는 생성자입니다. 런타임에서 호출합니다.

BluetoothGattCharacteristic(UUID, GattProperty, GattPermission)

새 BluetoothGattCharacteristic을 만듭니다.

필드

FormatFloat
사용되지 않음.

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

FormatSfloat
사용되지 않음.

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

FormatSint16
사용되지 않음.

특성 값 형식 형식 sint16

FormatSint32
사용되지 않음.

특성 값 형식 형식 sint32

FormatSint8
사용되지 않음.

특성 값 형식 형식 sint8

FormatUint16
사용되지 않음.

특성 값 형식 형식 uint16

FormatUint32
사용되지 않음.

특성 값 형식 형식 uint32

FormatUint8
사용되지 않음.

특성 값 형식 형식 uint8

PermissionRead
사용되지 않음.

특성 읽기 권한

PermissionReadEncrypted
사용되지 않음.

특성 권한: 암호화된 읽기 작업 허용

PermissionReadEncryptedMitm
사용되지 않음.

특성 사용 권한: 중간 사용자 보호를 사용하여 읽기 허용

PermissionWrite
사용되지 않음.

특성 쓰기 권한

PermissionWriteEncrypted
사용되지 않음.

특성 권한: 암호화된 쓰기 허용

PermissionWriteEncryptedMitm
사용되지 않음.

특성 권한: 중간 사용자 보호를 사용하여 암호화된 쓰기 허용

PermissionWriteSigned
사용되지 않음.

특성 권한: 서명된 쓰기 작업 허용

PermissionWriteSignedMitm
사용되지 않음.

특성 권한: 중간 사용자 보호를 사용하여 서명된 쓰기 작업 허용

PropertyBroadcast
사용되지 않음.

특징적 성향: 특성을 브로드캐스트할 수 있습니다.

PropertyExtendedProps
사용되지 않음.

특성 속성: 특성에 확장 속성이 있습니다.

PropertyIndicate
사용되지 않음.

특성 속성: 특성이 표시를 지원합니다.

PropertyNotify
사용되지 않음.

특성 속성: 특성이 알림을 지원합니다.

PropertyRead
사용되지 않음.

특성 속성: 특성을 읽을 수 있습니다.

PropertySignedWrite
사용되지 않음.

특징 속성: 특성은 서명을 사용하여 쓰기를 지원합니다.

PropertyWrite
사용되지 않음.

특징 속성: 특성을 작성할 수 있습니다.

PropertyWriteNoResponse
사용되지 않음.

특징 속성: 특성은 응답 없이 작성할 수 있습니다.

WriteTypeDefault
사용되지 않음.

원격 디바이스에서 acknoledgement를 요청하는 쓰기 특성

WriteTypeNoResponse
사용되지 않음.

원격 디바이스에서 응답을 요구하지 않고 쓰기 특성

WriteTypeSigned
사용되지 않음.

인증 서명을 포함한 쓰기 특성

속성

Class

Object의 런타임 클래스를 반환합니다.

(다음에서 상속됨 Object)
Creator

Bluetooth GATT 특성을 나타냅니다.

Descriptors

이 특성에 대한 설명자 목록을 반환합니다.

Handle

기본 Android instance 대한 핸들입니다.

(다음에서 상속됨 Object)
InstanceId

이 특성에 대한 instance ID를 반환합니다.

JniIdentityHashCode

Bluetooth GATT 특성을 나타냅니다.

(다음에서 상속됨 Object)
JniPeerMembers

Bluetooth GATT 특성을 나타냅니다.

MDescriptors

이 특성에 포함된 설명자 목록입니다.

PeerReference

Bluetooth GATT 특성을 나타냅니다.

(다음에서 상속됨 Object)
Permissions

이 특성에 대한 사용 권한을 반환합니다.

Properties

이 특성의 속성을 반환합니다.

Service

이 특성이 속한 서비스를 반환합니다.

ThresholdClass

이 API는 Android용 Mono 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

ThresholdType

이 API는 Android용 Mono 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

Uuid

이 특성의 UUID를 반환합니다.

WriteType

이 특성에 대한 쓰기 형식을 가져옵니다. -또는- 이 특성에 대한 쓰기 유형 설정

메서드

AddDescriptor(BluetoothGattDescriptor)

이 특성에 설명자를 추가합니다.

Clone()

이 개체의 복사본을 만들고 반환합니다.

(다음에서 상속됨 Object)
DescribeContents()

Bluetooth GATT 특성을 나타냅니다.

Dispose()

Bluetooth GATT 특성을 나타냅니다.

(다음에서 상속됨 Object)
Dispose(Boolean)

Bluetooth GATT 특성을 나타냅니다.

(다음에서 상속됨 Object)
Equals(Object)

다른 개체가 이 개체와 "같음"인지 여부를 나타냅니다.

(다음에서 상속됨 Object)
GetDescriptor(UUID)

이 특성에 대한 설명자 목록에서 지정된 UUID가 있는 설명자를 반환합니다.

GetFloatValue(GattFormat, Int32)

이 특성의 저장된 값을 반환합니다.

GetHashCode()

개체의 해시 코드 값을 반환합니다.

(다음에서 상속됨 Object)
GetIntValue(GattFormat, Int32)

이 특성의 저장된 값을 반환합니다.

GetStringValue(Int32)

이 특성의 저장된 값을 반환합니다.

GetValue()

이 특성에 대한 저장된 값을 가져옵니다.

JavaFinalize()

가비지 수집에서 개체에 대한 참조가 더 이상 없다고 판단할 때 개체의 가비지 수집기에서 호출됩니다.

(다음에서 상속됨 Object)
Notify()

이 개체의 모니터에서 대기 중인 단일 스레드를 해제합니다.

(다음에서 상속됨 Object)
NotifyAll()

이 개체의 모니터에서 대기 중인 모든 스레드를 해제합니다.

(다음에서 상속됨 Object)
SetHandle(IntPtr, JniHandleOwnership)

Handle 속성을 설정합니다.

(다음에서 상속됨 Object)
SetValue(Byte[])

이 특성의 로컬로 저장된 값을 업데이트.

SetValue(Int32, GattFormat, Int32)

이 특성의 로컬로 저장된 값을 설정합니다.

SetValue(Int32, Int32, GattFormat, Int32)

이 특성의 로컬로 저장된 값을 설정합니다.

SetValue(String)

이 특성의 로컬로 저장된 값을 설정합니다.

ToArray<T>()

Bluetooth GATT 특성을 나타냅니다.

(다음에서 상속됨 Object)
ToString()

개체의 문자열 표현을 반환합니다.

(다음에서 상속됨 Object)
UnregisterFromRuntime()

Bluetooth GATT 특성을 나타냅니다.

(다음에서 상속됨 Object)
Wait()

현재 스레드가 깨어날 때까지 대기하게 합니다( 일반적으로 <알림을 받><거나 <>중단/>em>)합니다<.

(다음에서 상속됨 Object)
Wait(Int64)

현재 스레드가 깨어날 때까지 대기하게 합니다. 일반적으로 <>알림을 받<거나 <중단</>내보내>>거나 일정량의 실시간이 경과할 때까지 대기합니다.

(다음에서 상속됨 Object)
Wait(Int64, Int32)

현재 스레드가 깨어날 때까지 대기하게 합니다. 일반적으로 <>알림을 받<거나 <중단</>내보내>>거나 일정량의 실시간이 경과할 때까지 대기합니다.

(다음에서 상속됨 Object)
WriteToParcel(Parcel, ParcelableWriteFlags)

Bluetooth GATT 특성을 나타냅니다.

명시적 인터페이스 구현

IJavaPeerable.Disposed()

Bluetooth GATT 특성을 나타냅니다.

(다음에서 상속됨 Object)
IJavaPeerable.DisposeUnlessReferenced()

Bluetooth GATT 특성을 나타냅니다.

(다음에서 상속됨 Object)
IJavaPeerable.Finalized()

Bluetooth GATT 특성을 나타냅니다.

(다음에서 상속됨 Object)
IJavaPeerable.JniManagedPeerState

Bluetooth GATT 특성을 나타냅니다.

(다음에서 상속됨 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

Bluetooth GATT 특성을 나타냅니다.

(다음에서 상속됨 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

Bluetooth GATT 특성을 나타냅니다.

(다음에서 상속됨 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

Bluetooth GATT 특성을 나타냅니다.

(다음에서 상속됨 Object)

확장 메서드

JavaCast<TResult>(IJavaObject)

Android 런타임 확인 형식 변환을 수행합니다.

JavaCast<TResult>(IJavaObject)

Bluetooth GATT 특성을 나타냅니다.

GetJniTypeName(IJavaPeerable)

Bluetooth GATT 특성을 나타냅니다.

적용 대상