Table of Contents

Class GattPresentationFormatTypes

Namespace
nanoFramework.Device.Bluetooth.GenericAttributeProfile
Assembly
nanoFramework.Device.Bluetooth.dll

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

public static class GattPresentationFormatTypes
Inheritance
GattPresentationFormatTypes
Inherited Members

Properties

Bit2

Gets the value of the Bit2 Format Type.

public static byte Bit2 { get; }

Property Value

byte

Boolean

Gets the value of the Boolean Format Type.

public static byte Boolean { get; }

Property Value

byte

DUInt16

Gets the value of the DUInt16 Format Type.

public static byte DUInt16 { get; }

Property Value

byte

Float

Gets the value of the Float Format Type.

public static byte Float { get; }

Property Value

byte

Float32

Gets the value of the Float32 Format Type.

public static byte Float32 { get; }

Property Value

byte

Float64

Gets the value of the Float64 Format Type.

public static byte Float64 { get; }

Property Value

byte

Nibble

Gets the value of the Nibble Format Type.

public static byte Nibble { get; }

Property Value

byte

SFloat

Gets the value of the SFloat Format Type.

public static byte SFloat { get; }

Property Value

byte

SInt12

Gets the value of the SInt12 Format Type.

public static byte SInt12 { get; }

Property Value

byte

SInt128

Gets the value of the SInt128 Format Type.

public static byte SInt128 { get; }

Property Value

byte

SInt16

Gets the value of the SInt16 Format Type.

public static byte SInt16 { get; }

Property Value

byte

SInt24

Gets the value of the SInt24 Format Type.

public static byte SInt24 { get; }

Property Value

byte

SInt32

Gets the value of the SInt32 Format Type.

public static byte SInt32 { get; }

Property Value

byte

SInt48

Gets the value of the SInt48 Format Type.

public static byte SInt48 { get; }

Property Value

byte

SInt64

Gets the value of the SInt64 Format Type.

public static byte SInt64 { get; }

Property Value

byte

SInt8

Gets the value of the SInt8 Format Type.

public static byte SInt8 { get; }

Property Value

byte

Struct

Gets the value of the Struct Format Type.

public static byte Struct { get; }

Property Value

byte

UInt12

Gets the value of the UInt12 Format Type.

public static byte UInt12 { get; }

Property Value

byte

UInt128

Gets the value of the UInt128 Format Type.

public static byte UInt128 { get; }

Property Value

byte

UInt16

Gets the value of the UInt16 Format Type.

public static byte UInt16 { get; }

Property Value

byte

UInt24

Gets the value of the UInt24 Format Type.

public static byte UInt24 { get; }

Property Value

byte

UInt32

Gets the value of the UInt32 Format Type.

public static byte UInt32 { get; }

Property Value

byte

UInt48

Gets the value of the UInt48 Format Type.

public static byte UInt48 { get; }

Property Value

byte

UInt64

Gets the value of the UInt64 Format Type.

public static byte UInt64 { get; }

Property Value

byte

UInt8

Gets the value of the UInt8 Format Type.

public static byte UInt8 { get; }

Property Value

byte

Utf16

Gets the value of the Utf16 Format Type.

public static byte Utf16 { get; }

Property Value

byte

Utf8

Gets the value of the Utf8 Format Type.

public static byte Utf8 { get; }

Property Value

byte