GattPresentationFormatTypes Class

Definition

Represents the different well-known values that the GattPresentationFormat.FormatType property can take.

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
Inheritance
Object Platform::Object IInspectable GattPresentationFormatTypes
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
bluetooth

Properties

Bit2

Gets the value of the Bit2 Format Type.

Boolean

Gets the value of the Boolean Format Type.

DUInt16

Gets the value of the DUInt16 Format Type.

Float

Gets the value of the Float Format Type.

Float32

Gets the value of the Float32 Format Type.

Float64

Gets the value of the Float64 Format Type.

Nibble

Gets the value of the Nibble Format Type.

SFloat

Gets the value of the SFloat Format Type.

SInt12

Gets the value of the SInt12 Format Type.

SInt128

Gets the value of the SInt128 Format Type.

SInt16

Gets the value of the SInt16 Format Type.

SInt24

Gets the value of the SInt24 Format Type.

SInt32

Gets the value of the SInt32 Format Type.

SInt48

Gets the value of the SInt48 Format Type.

SInt64

Gets the value of the SInt64 Format Type.

SInt8

Gets the value of the SInt8 Format Type.

Struct

Gets the value of the Struct Format Type.

UInt12

Gets the value of the UInt12 Format Type.

UInt128

Gets the value of the UInt128 Format Type.

UInt16

Gets the value of the UInt16 Format Type.

UInt24

Gets the value of the UInt24 Format Type.

UInt32

Gets the value of the UInt32 Format Type.

UInt48

Gets the value of the UInt48 Format Type.

UInt64

Gets the value of the UInt64 Format Type.

UInt8

Gets the value of the UInt8 Format Type.

Utf16

Gets the value of the Utf16 Format Type.

Utf8

Gets the value of the Utf8 Format Type.

Applies to