Compartir a través de


GattPresentationFormat.FromParts(Byte, Int32, UInt16, Byte, UInt16) Método

Definición

Crea un objeto GattPresentationFormat a partir de partes.

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

Parámetros

formatType
Byte

byte

Tipo de formato.

exponent
Int32

int

El exponente.

unit
UInt16

unsigned short

uint16_t

Unidad.

namespaceId
Byte

byte

Identificador del espacio de nombres.

description
UInt16

unsigned short

uint16_t

La descripción.

Devoluciones

Instancia de GattPresentationFormat.

Requisitos de Windows

Familia de dispositivos
Windows 10 Creators Update (se introdujo en la versión 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v4.0)
Características de aplicaciones
bluetooth

Se aplica a