BluetoothGattDescriptor.SetValue(Byte[]) メソッド

定義

注意事項

deprecated

この記述子のローカルに格納されている値を更新します。

[Android.Runtime.Register("setValue", "([B)Z", "GetSetValue_arrayBHandler")]
[System.Obsolete("deprecated")]
public virtual bool SetValue (byte[]? value);
[<Android.Runtime.Register("setValue", "([B)Z", "GetSetValue_arrayBHandler")>]
[<System.Obsolete("deprecated")>]
abstract member SetValue : byte[] -> bool
override this.SetValue : byte[] -> bool

パラメーター

value
Byte[]

この記述子の新しい値

戻り値

ローカルに格納された値が設定されている場合は true、要求された値をローカルに格納できなかった場合は false。

属性

注釈

android.bluetooth.BluetoothGattDescriptor.setValue(byte[])Java ドキュメント。

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

適用対象