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의 instance.
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|
앱 기능 |
bluetooth
|