BluetoothHidDeviceAppSdpSettings コンストラクター

定義

Bluetooth SDP レコードの BluetoothHidDeviceAppSdpSettings オブジェクトを作成します。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;B[B)V", "", ApiSince=28)]
public BluetoothHidDeviceAppSdpSettings(string? name, string? description, string? provider, sbyte subclass, byte[]? descriptors);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;B[B)V", "", ApiSince=28)>]
new Android.Bluetooth.BluetoothHidDeviceAppSdpSettings : string * string * string * sbyte * byte[] -> Android.Bluetooth.BluetoothHidDeviceAppSdpSettings

パラメーター

name
String

このBluetooth HID デバイスの名前。 最大長は 50 バイトです。

description
String

このBluetooth HID デバイスの説明。 最大長は 50 バイトです。

provider
String

このBluetooth HID デバイスのプロバイダー。 最大長は 50 バイトです。

subclass
SByte

このBluetooth HID デバイスのサブクラスです。 セクション 4.2 www.usb.org/developers/hidpage/HID1_11.pdf 参照

descriptors
Byte[]

このBluetooth HID デバイスの記述子。 第 6 章 最大長は 2048 バイト www.usb.org/developers/hidpage/HID1_11.pdf参照してください。

属性

注釈

Bluetooth SDP レコードの BluetoothHidDeviceAppSdpSettings オブジェクトを作成します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象