GattPresentationFormat.FromParts(Byte, Int32, UInt16, Byte, UInt16) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パーツから 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
|