다음을 통해 공유


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의 instance.

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
앱 기능
bluetooth

적용 대상