Class GattPresentationFormatTypes
- 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
Boolean
Gets the value of the Boolean Format Type.
public static byte Boolean { get; }
Property Value
DUInt16
Gets the value of the DUInt16 Format Type.
public static byte DUInt16 { get; }
Property Value
Float
Gets the value of the Float Format Type.
public static byte Float { get; }
Property Value
Float32
Gets the value of the Float32 Format Type.
public static byte Float32 { get; }
Property Value
Float64
Gets the value of the Float64 Format Type.
public static byte Float64 { get; }
Property Value
Nibble
Gets the value of the Nibble Format Type.
public static byte Nibble { get; }
Property Value
SFloat
Gets the value of the SFloat Format Type.
public static byte SFloat { get; }
Property Value
SInt12
Gets the value of the SInt12 Format Type.
public static byte SInt12 { get; }
Property Value
SInt128
Gets the value of the SInt128 Format Type.
public static byte SInt128 { get; }
Property Value
SInt16
Gets the value of the SInt16 Format Type.
public static byte SInt16 { get; }
Property Value
SInt24
Gets the value of the SInt24 Format Type.
public static byte SInt24 { get; }
Property Value
SInt32
Gets the value of the SInt32 Format Type.
public static byte SInt32 { get; }
Property Value
SInt48
Gets the value of the SInt48 Format Type.
public static byte SInt48 { get; }
Property Value
SInt64
Gets the value of the SInt64 Format Type.
public static byte SInt64 { get; }
Property Value
SInt8
Gets the value of the SInt8 Format Type.
public static byte SInt8 { get; }
Property Value
Struct
Gets the value of the Struct Format Type.
public static byte Struct { get; }
Property Value
UInt12
Gets the value of the UInt12 Format Type.
public static byte UInt12 { get; }
Property Value
UInt128
Gets the value of the UInt128 Format Type.
public static byte UInt128 { get; }
Property Value
UInt16
Gets the value of the UInt16 Format Type.
public static byte UInt16 { get; }
Property Value
UInt24
Gets the value of the UInt24 Format Type.
public static byte UInt24 { get; }
Property Value
UInt32
Gets the value of the UInt32 Format Type.
public static byte UInt32 { get; }
Property Value
UInt48
Gets the value of the UInt48 Format Type.
public static byte UInt48 { get; }
Property Value
UInt64
Gets the value of the UInt64 Format Type.
public static byte UInt64 { get; }
Property Value
UInt8
Gets the value of the UInt8 Format Type.
public static byte UInt8 { get; }
Property Value
Utf16
Gets the value of the Utf16 Format Type.
public static byte Utf16 { get; }
Property Value
Utf8
Gets the value of the Utf8 Format Type.
public static byte Utf8 { get; }