다음을 통해 공유


BluetoothLEAdvertisementDataSection.DataType 속성

정의

Bluetooth SIG(Special Interest Group)에서 정의한 대로 Bluetooth LE 보급 데이터 형식을 가져오거나 설정합니다. 할당된 숫자 및 GAP을 참조하세요.

public:
 property byte DataType { byte get(); void set(byte value); };
byte DataType();

void DataType(byte value);
public byte DataType { get; set; }
var byte = bluetoothLEAdvertisementDataSection.dataType;
bluetoothLEAdvertisementDataSection.dataType = byte;
Public Property DataType As Byte

속성 값

Byte

byte

Bluetooth LE 보급 데이터 형식입니다.

Windows 요구 사항

앱 기능
bluetooth

적용 대상

추가 정보