GattCharacteristicProperties 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
GATT 특성 속성의 값과 GATT 확장 특성 속성 설명자를 지정합니다.
GATT 특성 속성을 나타내는 플래그 컬렉션을 제공하고 GATT 확장 속성 설명자가 있는 경우 특성의 GATT 확장 특성 속성을 제공합니다.
GATT 프로필에 정의된 GATT 특성 속성을 나타내며 ExtendedProperties 플래그가 있으면 확장 특성 속성 설명자의 속성도 나타냅니다.
이 열거형은 멤버 값의 비트 조합을 지원합니다.
public enum class GattCharacteristicProperties
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class GattCharacteristicProperties
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum GattCharacteristicProperties
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattCharacteristicProperties.none
Public Enum GattCharacteristicProperties
- 상속
-
GattCharacteristicProperties
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
앱 기능 |
bluetooth
|
필드
AuthenticatedSignedWrites | 64 | 특성은 서명된 쓰기를 지원합니다. |
Broadcast | 1 | 이 특성은 브로드캐스트를 지원합니다. |
ExtendedProperties | 128 | ExtendedProperties 설명자가 있습니다. |
Indicate | 32 | 특징을 나타낼 수 있습니다. |
None | 0 | 특성에는 적용되는 속성이 없습니다. |
Notify | 16 | 특성을 식별할 수 없습니다. |
Read | 2 | 특성을 읽을 수 있습니다. |
ReliableWrites | 256 | 이 특성은 신뢰할 수 있는 쓰기를 지원합니다. |
WritableAuxiliaries | 512 | 특성에는 쓰기 가능한 보조가 있습니다. |
Write | 8 | 특성은 쓰기 가능 |
WriteWithoutResponse | 4 | 특성은 응답 없이 쓰기를 지원합니다. |