GattLocalCharacteristicParameters
GattLocalCharacteristicParameters
GattLocalCharacteristicParameters
GattLocalCharacteristicParameters
Class
Definition
This class contains the local characteristic descriptor parameters.
public : sealed class GattLocalCharacteristicParameters : IGattLocalCharacteristicParameterspublic sealed class GattLocalCharacteristicParameters : IGattLocalCharacteristicParametersPublic NotInheritable Class GattLocalCharacteristicParameters Implements IGattLocalCharacteristicParameters// 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
GattLocalCharacteristicParameters() GattLocalCharacteristicParameters() GattLocalCharacteristicParameters() GattLocalCharacteristicParameters()
Creates a new GattLocalCharacteristicParameters object.
public : GattLocalCharacteristicParameters()public GattLocalCharacteristicParameters()Public Sub New()// You can use this method in JavaScript.
Properties
CharacteristicProperties CharacteristicProperties CharacteristicProperties CharacteristicProperties
Gets the properties.
public : GattCharacteristicProperties CharacteristicProperties { get; set; }public GattCharacteristicProperties CharacteristicProperties { get; set; }Public ReadWrite Property CharacteristicProperties As GattCharacteristicProperties// You can use this property in JavaScript.
PresentationFormats PresentationFormats PresentationFormats PresentationFormats
Gets or sets the presentation formats.
public : IVector<GattPresentationFormat> PresentationFormats { get; }public IList<GattPresentationFormat> PresentationFormats { get; }Public ReadOnly Property PresentationFormats As IList<GattPresentationFormat>// You can use this property in JavaScript.
- Value
- IVector<GattPresentationFormat> IList<GattPresentationFormat> IList<GattPresentationFormat> IList<GattPresentationFormat>
The presentation formats.
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.
UserDescription UserDescription UserDescription UserDescription
Gets or sets the user-friendly description.
public : PlatForm::String UserDescription { get; set; }public string UserDescription { get; set; }Public ReadWrite Property UserDescription As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The user-friendly description.
WriteProtectionLevel WriteProtectionLevel WriteProtectionLevel WriteProtectionLevel
Gets and 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.