BluetoothHidDeviceAppSdpSettings コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクトを作成します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。