次の方法で共有


GattPresentationFormat.FromParts(Byte, Int32, UInt16, Byte, UInt16) メソッド

定義

パーツから GattPresentationFormat オブジェクトを作成します。

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

パラメーター

formatType
Byte

byte

書式の種類。

exponent
Int32

int

指数。

unit
UInt16

unsigned short

uint16_t

単体。

namespaceId
Byte

byte

名前空間 ID。

description
UInt16

unsigned short

uint16_t

説明です。

戻り値

GattPresentationFormat のインスタンス。

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)
アプリの機能
bluetooth

適用対象