GattSharingMode Enum

Definition

This enumeration represents the GATT sharing mode.

public enum class GattSharingMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class GattSharingMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum GattSharingMode
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattSharingMode.unspecified
Public Enum GattSharingMode
Inheritance
GattSharingMode
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)
App capabilities
bluetooth

Fields

Exclusive 1

The sharing mode is exclusive.

SharedReadAndWrite 3

The sharing mode is read and write.

SharedReadOnly 2

The sharing mode is read only.

Unspecified 0

The sharing mode is unspecified.

Applies to