GattLocalDescriptorParameters
GattLocalDescriptorParameters
GattLocalDescriptorParameters
GattLocalDescriptorParameters
Class
Definition
This class defines the parameters of a descriptor.
public : sealed class GattLocalDescriptorParameters : IGattLocalDescriptorParameterspublic sealed class GattLocalDescriptorParameters : IGattLocalDescriptorParametersPublic NotInheritable Class GattLocalDescriptorParameters Implements IGattLocalDescriptorParameters// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Constructors
GattLocalDescriptorParameters() GattLocalDescriptorParameters() GattLocalDescriptorParameters() GattLocalDescriptorParameters()
Creates a new GattLocalDescriptorParameters object.
public : GattLocalDescriptorParameters()public GattLocalDescriptorParameters()Public Sub New()// You can use this method in JavaScript.
Properties
ReadProtectionLevel ReadProtectionLevel ReadProtectionLevel ReadProtectionLevel
Gets or sets the read protection level.
public : GattProtectionLevel ReadProtectionLevel { get; set; }public GattProtectionLevel ReadProtectionLevel { get; set; }Public ReadWrite Property ReadProtectionLevel As GattProtectionLevel// You can use this property in JavaScript.
The read protection level.
WriteProtectionLevel WriteProtectionLevel WriteProtectionLevel WriteProtectionLevel
Gets or sets the write protection level.
public : GattProtectionLevel WriteProtectionLevel { get; set; }public GattProtectionLevel WriteProtectionLevel { get; set; }Public ReadWrite Property WriteProtectionLevel As GattProtectionLevel// You can use this property in JavaScript.
The write protection level.