GattPresentationFormat.FromParts(Byte, Int32, UInt16, Byte, UInt16) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt ein GattPresentationFormat-Objekt aus Teilen.
public:
static GattPresentationFormat ^ FromParts(byte formatType, int exponent, unsigned short unit, byte namespaceId, unsigned short description);
static GattPresentationFormat FromParts(byte const& formatType, int const& exponent, uint16_t const& unit, byte const& namespaceId, uint16_t const& description);
public static GattPresentationFormat FromParts(byte formatType, int exponent, ushort unit, byte namespaceId, ushort description);
function fromParts(formatType, exponent, unit, namespaceId, description)
Public Shared Function FromParts (formatType As Byte, exponent As Integer, unit As UShort, namespaceId As Byte, description As UShort) As GattPresentationFormat
Parameter
- formatType
-
Byte
byte
Der Formattyp.
- exponent
-
Int32
int
Der Exponent
- unit
-
UInt16
unsigned short
uint16_t
Die Komponente.
- namespaceId
-
Byte
byte
Die Namespace-ID.
- description
-
UInt16
unsigned short
uint16_t
Die Beschreibung.
Gibt zurück
Ein instance von GattPresentationFormat.
Windows-Anforderungen
Gerätefamilie |
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)
|
App-Funktionen |
bluetooth
|