다음을 통해 공유


BluetoothLEManufacturerData.CompanyId 속성

정의

Bluetooth SIG(Special Interest Group)에서 정의한 Bluetooth LE 회사 식별자 코드입니다.

public:
 property unsigned short CompanyId { unsigned short get(); void set(unsigned short value); };
uint16_t CompanyId();

void CompanyId(uint16_t value);
public ushort CompanyId { get; set; }
var uInt16 = bluetoothLEManufacturerData.companyId;
bluetoothLEManufacturerData.companyId = uInt16;
Public Property CompanyId As UShort

속성 값

UInt16

unsigned short

uint16_t

Bluetooth LE 회사 식별자 코드입니다.

Windows 요구 사항

앱 기능
bluetooth

적용 대상

추가 정보