共用方式為


GattLocalCharacteristicParameters 類別

定義

這個類別包含區域特性描述元參數。

public ref class GattLocalCharacteristicParameters sealed
/// [Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GattLocalCharacteristicParameters final
[Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class GattLocalCharacteristicParameters
function GattLocalCharacteristicParameters()
Public NotInheritable Class GattLocalCharacteristicParameters
繼承
Object Platform::Object IInspectable GattLocalCharacteristicParameters
屬性

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
應用程式功能
bluetooth

建構函式

GattLocalCharacteristicParameters()

建立新的 GattLocalCharacteristicParameters 物件。

屬性

CharacteristicProperties

取得屬性。

PresentationFormats

取得或設定簡報格式。

ReadProtectionLevel

取得或設定讀取保護層級。

StaticValue

取得或設定靜態值。

UserDescription

取得或設定使用者易記的描述。

WriteProtectionLevel

取得並設定寫入保護層級。

適用於