言語

BluetoothSocketException.RpcFailure フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Bluetooth.BluetoothSocketExceptionReason enum directly instead of this field.

ランタイム RPC 例外が発生したときの接続中のエラー コード。

[Android.Runtime.Register("RPC_FAILURE", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothSocketExceptionReason enum directly instead of this field.", true)]
public const Android.Bluetooth.BluetoothSocketExceptionReason RpcFailure = 20;
[<Android.Runtime.Register("RPC_FAILURE", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothSocketExceptionReason enum directly instead of this field.", true)>]
val mutable RpcFailure : Android.Bluetooth.BluetoothSocketExceptionReason

フィールド値

Value = 20
属性

注釈

ランタイム RPC 例外が発生したときの接続中のエラー コード。

Javaドキュメント。

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

適用対象