Поделиться через


BluetoothLEAppearance.FromParts(UInt16, UInt16) Метод

Определение

Создает объект BluetoothLEAppearance , указав значения для категорий (см. раздел Категории BluetoothLEAppearanceCategories) и Subcategory (см. раздел BluetoothLEAppearanceSubcategories) устройства Bluetooth LE.

public:
 static BluetoothLEAppearance ^ FromParts(unsigned short appearanceCategory, unsigned short appearanceSubCategory);
 static BluetoothLEAppearance FromParts(uint16_t const& appearanceCategory, uint16_t const& appearanceSubCategory);
public static BluetoothLEAppearance FromParts(ushort appearanceCategory, ushort appearanceSubCategory);
function fromParts(appearanceCategory, appearanceSubCategory)
Public Shared Function FromParts (appearanceCategory As UShort, appearanceSubCategory As UShort) As BluetoothLEAppearance

Параметры

appearanceCategory
UInt16

unsigned short

uint16_t

Категория внешнего вида Bluetooth LE. См . раздел Категории BluetoothLEAppearance.

appearanceSubCategory
UInt16

unsigned short

uint16_t

Подкатегория внешнего вида Bluetooth LE. См . раздел BluetoothLEAppearanceSubcategories.

Возвращаемое значение

Объект внешнего вида Bluetooth LE, созданный из категории внешнего вида и подкатегории.

Требования к Windows

Возможности приложения
bluetooth

Применяется к