GattPresentationFormatTypes 类

定义

表示 GattPresentationFormat.FormatType 属性可以采用的不同已知值。

public ref class GattPresentationFormatTypes abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GattPresentationFormatTypes final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GattPresentationFormatTypes final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class GattPresentationFormatTypes
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class GattPresentationFormatTypes
Public Class GattPresentationFormatTypes
继承
Object Platform::Object IInspectable GattPresentationFormatTypes
属性

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

属性

Bit2

获取 Bit2 格式类型的值。

Boolean

获取布尔格式类型的值。

DUInt16

获取 DUInt16 格式类型的值。

Float

获取 Float 格式类型的值。

Float32

获取 Float32 格式类型的值。

Float64

获取 Float64 格式类型的值。

Nibble

获取 Nibble 格式类型的值。

SFloat

获取 SFloat 格式类型的值。

SInt12

获取 SInt12 格式类型的值。

SInt128

获取 SInt128 格式类型的值。

SInt16

获取 SInt16 格式类型的值。

SInt24

获取 SInt24 格式类型的值。

SInt32

获取 SInt32 格式类型的值。

SInt48

获取 SInt48 格式类型的值。

SInt64

获取 SInt64 格式类型的值。

SInt8

获取 SInt8 格式类型的值。

Struct

获取结构格式类型的值。

UInt12

获取 UInt12 格式类型的值。

UInt128

获取 UInt128 格式类型的值。

UInt16

获取 UInt16 格式类型的值。

UInt24

获取 UInt24 格式类型的值。

UInt32

获取 UInt32 格式类型的值。

UInt48

获取 UInt48 格式类型的值。

UInt64

获取 UInt64 格式类型的值。

UInt8

获取 UInt8 格式类型的值。

Utf16

获取 Utf16 格式类型的值。

Utf8

获取 Utf8 格式类型的值。

适用于